Re: [PHP] Cannot suppress fsockopen errors

2006-05-10 Thread Richard Lynch
On Wed, May 10, 2006 5:30 am, Nick Wilson wrote: > Im having a hard time surpressing fsckopen() errors. I've looked at > the > manual and searched around, but what i am doing /appears/ to be > correct, > yet im still geting warnings... > > here's the code: > > // open a socket to the server > if($h

[PHP] Cannot suppress fsockopen errors

2006-05-10 Thread Nick Wilson
Hi, Im having a hard time surpressing fsckopen() errors. I've looked at the manual and searched around, but what i am doing /appears/ to be correct, yet im still geting warnings... here's the code: // open a socket to the server if($handle = @fsockopen($bits['host'], 80, $errno, $errstr, 10) or