"Tom Chubb" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I've read the manual for the mail function and extensively searched
google,
> but I can't work out how I can email an html page (actually a php page).
>
> I want to query a DB and the email the displayed table to the user.
> Any help most appreciated.

Please don't hijack threads cause your message will get lost in another
thread in newsreaders.

Why not just putting your DB content into a string and mail this to the
user? Otherwise take a look at PEAR'S Mail_Mime to send HTML emails:
http://pear.php.net/package/Mail_Mime

Regards, Torsten Roehr

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

Reply via email to