Forum Moderators: coopster
Warning: fsockopen(): php_hostconnect: connect failed
Warning: fsockopen(): unable to connect
Can anyone tell me if there is anyway to actually disable those messages from being displayed?
Cheers
Linda
if ($fp)
{
header( "Location: alive.html" );
fclose($fp);
}
but im assuming this is not correct as the code probably cannot execute the line that says: fclose($fp); because of the fact that its being redirected somewhere else before it can get to that line of command. Is this so? if so can anyone please tell me the correct format it should be in?
Cheers
Linda