Hi,
I had using the mail() funciton to send an email from my site.
I get the script here, http://www.php.net/manual/en/function.mail.php
I'm using fomr html tag, such as table, font in the message field.
But i wondering. How can i eliminate all the html tags?
This is because i can see all the html tag in an email.
Any suggestion to do this?
Smithveg
Eliminate the html tags in email() function
Moderator: General Moderators
See: strip_tags()