Posts by LuisMiguelGT • 143 points
2 posts
-
1
votes1
answer2558
viewsQ: Send e-mail with HTML code
Good, I’m trying to send an email in PHP that is written with CKEDITOR, that is HTML. When the email is sent the HTML code appears in the email, I know it’s from the Headers but I’ve tried to put…
-
12
votes4
answers3355
viewsQ: PHP login with permission levels
I have a problem with my code to separate logins. I want when a login with Rank = 1 it redirects to a page, and when the Rank is = 0 go to another. I tried to do it but I didn’t get it because he…