w
mail($to, $re, $message,$headers);
### MAIL ENDS HERE
?>
- Original Message -----
From: "John Nichel" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, March 23, 2005 9:37 PM
Subject: Re: [PHP] Sending a Table Via mail
> PartyPosters wrote:
> > Hello is th
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 = [EMAIL PROTECTED];
$re = "Test Email from system";
$msg = "hello"
mail($to, $re, $msg);
It's in the manual...
http://us4.php.net/manual/en/function.mai
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 = [EMAIL PROTECTED];
$re = "Test Email from system";
$msg = "hello"
mail($to, $re, $msg);
Thanks in advance.
3 matches
Mail list logo