> There should be a reference saying that socket_setop is a alias of http://us2.php.net/manual/en/function.socket-set-option.php . > -Anoynomus
Hi, That page has a note about this: "This function used to be called socket_setopt() prior to PHP 4.3.0" And the sockets extension isn't a good choice. Just use the stream_xx funtions! Nuno