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 Link to comment https://forums.phpfreaks.com/topic/45742-bind-ip-with-fsockopen/ 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 Link to comment https://forums.phpfreaks.com/topic/45742-bind-ip-with-fsockopen/#findComment-222191 Share on other sites More sharing options...
daffy duck Posted April 6, 2007 Author Share Posted April 6, 2007 bump... Link to comment https://forums.phpfreaks.com/topic/45742-bind-ip-with-fsockopen/#findComment-222868 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.