PartyPosters wrote:
Hello is there any way I can send a table (or just tabulated data) via email.
I've tried this but comes up with an error.
$to = myemail@xxxxxxxxxxx;
$re = "Test Email from system";
$msg = "<TABLE BORDER=\"2\"><TR>hello</TR></TABLE>"
mail($to, $re, $msg);
It's in the manual...
http://us4.php.net/manual/en/function.mail.php
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
john@xxxxxxxxxxxx
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php