Jump to content

Mail () with textarea, needs to remove HTML tags


phppaper

Recommended Posts

I use mail() to build a mail system, the email contents from a textarea which able user to bold, underline or do other font editing. But through the mail(), the email content received did not edit the fonts, instead it shows up all those HTML tags, how can I remove the html tags show up in the email and still have the font effect?, example of a fail email:

 

<p>

testing</p>

<p>

 </p>

<p>

<strong><u>test</u></strong></p>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.