Re: [PHP] Processing HTML in mail form

2006-06-22 Thread Richard Lynch
On Tue, June 20, 2006 4:56 pm, Jonas Rosling wrote: > I've done the following code bellow for an e-mail form. But it handles > the > HTML tags as text. Is there anyway to get the HTML tags processed to > form > the mail? > > > @extract($_POST); Errr. You might as well just turn register_glob

Re: [PHP] Processing HTML in mail form

2006-06-21 Thread Joe Wollard
(sorry for the duplicate response Parathaban, forgot to reply to the list) Look at example 4 from http://us3.php.net/function.mail > $headers = 'MIME-Version: 1.0' . "\r\n"; > $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; That should get you started. On Jun 20, 200

Re: [PHP] Processing HTML in mail form

2006-06-20 Thread Prathaban Mookiah
Jonas: I am not sure if I understood your problem correct. But the way I understood it, you want the mail to be displayed as: F-namn: J L-namn: R Birth: 12 Address: 34 Zip: 56 City: 78 Phone: 90 Mail: [EMAIL PROTECTED] Desc: N Hair: hair Make: makeup Am I correct? If that is the case, I guess y