devu Posted May 16, 2014 Share Posted May 16, 2014 I write a code for listening data from multiple client but it shows error:- Warning: socket_bind() [function.socket-bind]: unable to bind address [99]: Cannot assign requested address in /home3/asgvcom/public_html/server/index.php on line 19 Could not bind to address so please suggest how can i resolve this problem. Link to comment https://forums.phpfreaks.com/topic/288534-socket_bind-functionsocket-bind-problem/ Share on other sites More sharing options...
kicken Posted May 17, 2014 Share Posted May 17, 2014 Make sure the address you are trying to bind to exists on the computer's network interface and that the address/port combination is not already in use by something else. Link to comment https://forums.phpfreaks.com/topic/288534-socket_bind-functionsocket-bind-problem/#findComment-1479813 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.