Forum Moderators: coopster
and it workds well, but when some1 write wrong domain or somethin then it displays warning, so i want the handle the error myself.
so how to disable the warning?
this is the code that brings the warning;
if(fsockopen($Domain, 25, $errno, $errstr, 30))
{
return TRUE;
}
else
{
return FALSE;
}
Thanks in advance