Hi,

Can someone tell me if there is something wrong with the order of the mail
function in here.

I am trying to get the text in HTML format, but I am not getting the text
in html format.

else
{
$mailheaders = "From: $email\r\n";
$mailheaders .= "Reply-To: $email\r\n";
$mailheaders .= "Content-Type: text/html; charset=iso-8859-1\r\n";
$remarks .= "<br><br>$items";
mail("[EMAIL PROTECTED]", "quotation enquiry", $remarks, $mailheaders);
header("Location: http://www.winwhole.com.hk/sent.php";);}
};


Thanks.

Peter


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to