ashore
unread,Jul 2, 2009, 9:21:47 AM7/2/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Professional PHP Developers
Folks, I'm getting subject error trying to get the handshaking started
between a client and a server script, both trivial for learning
purposes. Both client and server are on the same host; win32 under
apache.
Specific complaint is
"socket_bind() [function.socket-bind]: unable to bind address [0]:
Only one usage of each socket address
(protocol/network address/port) is normally permitted"
So given that, how does one connect a client and server on a given
host? Thanks for any help.