I'm a bit out of my depth on this so apologies if I'm not explaining the problem well.
I'm trying to use PHP on a website to communicate via a socket to a program on the server. The command socket_create seems to work (a resource ID is allocated) but the command socket_bind results in this message:
Address already in use
The program listens to port 2306. Would that port be blocked? Does the web server not have permission to bind to a socket? Sorry, as I said, thrashing about in the dark to try and solve this.


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks