Re: Sending a Table Via mail

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux