On Thu, 26 Aug 2004 12:44:41 +0800, Hafidz Abdullah <[EMAIL PROTECTED]> wrote:
> Hi everyone.
> 
> In PHP, how do I submit data by e-mail as HTML to a specified address? And where can 
> I find samples of that in http://www.php.net/ ?
> 
> Thanks & regards,
> Hafidz

Send a Content-Type: text/html header. *or* send a
multipart/alternative message with one as text and one as html. The
easy way to do this is to use a package which does it for you already:
http://pear.php.net/package/Mail_mime

-- 
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder

paperCrane --Justin Patrin--

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to