In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] ("rick - SomersNet, Inc.") wrote:

>      $sp=fsockopen($host,80) or brake;
>      socket_set_timeout($sp, 600) or brake;
>      fputs($sp,"GET $filename HTTP/1.1\n") or brake;

Hmm.  What's that 'or brake' stuff?  'brake' is used as a constant, but you 
don't show what it's defined as.  I assume what you're going for is an 'or 
die()' function call...?

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to