Posted by shror on 08/16/07 09:06
I have used in another pages the following code and its executed fine:
http://www.beachtoursegypt.com/123.php
if(mail('','',''))
{
// confirm
}
echo "confirm";
else
{
// problem
echo "error";
}
and the output was error but really i don't know how to fix this
problem may be i need to add php.ini file to enable the mail() on my
hosting account or what but the other problem is that i dont know how
to write the correct syntax for the php.ini
please help me in this terrible problem
Navigation:
[Reply to this message]
|