daffy duck Posted April 5, 2007 Share Posted April 5, 2007 Hi is it possible to socket_bind with fsockopen? im using this... $fs = fsockopen('example.com', 2043, $errno, $errstr, 60); if (!$fs) { fclose($fs); and I need the remote conection to see me as one of my other IP's Ive read through socket_bind http://uk.php.net/manual/en/function.socket-bind.php but cant see how to use it with my above code Thanks Quote Link to comment Share on other sites More sharing options...
only one Posted April 5, 2007 Share Posted April 5, 2007 i was wondering the exact same thing Quote Link to comment Share on other sites More sharing options...
daffy duck Posted April 6, 2007 Author Share Posted April 6, 2007 bump... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.