Hi ... friends
I used a mail function in php to send email and this is the code :
<?php
mail("yourname@yourdomain","test","Ok, it works");
?>
after that I uploaded to the server and when I browse the page it suppose to send me email on my email account , but instead of that theres an error , the error is :
The server encountered an unexpected condition which prevented it from fulfilling the request.
The script had an error or it did not produce any output. If there was an error, you should be able to see it in the error log.
What should I do .......