Posted by John Nichel on 03/23/05 23:37
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@address.com;
>
> $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@kegworks.com
[Back to original message]
|