Hi ever one,
while working on mail list ,I got the following error,please hlep me where I did mistake.
Warning: Unknown error in c:\program files\apache group\apache\htdocs\leelamail.php on line 4
unable to send the mail
code is:
<body>
<?php
$mail=mail("leela_siva@rediffmail.com", "working on php","This is Leela");
if($mail)
{
echo "you send the mail";
}
else
{
echo "unable to send the mail";
}
?>
</body>
Thank you,
Leela