
September 30th, 1999, 04:56 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Hi,
I'm pretty new to php. I've got a problem with the mail function. I can't get it to work. The rest of my php on the page works fine but the mail command doesn't send anything at all..
here's my code:
<?php
$date_mailed = date("D. F d, Y h:i:s a");
$subject = trim($subject);
mail("djcisk@aol.com", $subject , $message);
?>
Any help would be appreciated!
Cisk
|