Questions about sockets in php?

viciovirtual007

New Member
1- Let's say my computer ip address is 111.11.111.11, and the server that my php script is on is 222.22.222.22, so if i access and run the php script that is on the server and start a socket server, which ip do my clients need to connect to?2- Is it possible to have a socket running on php which keeps reading, and responding to the clients until I close the browser, So basically what i'm trying to do is to start a socket which keeps reading, and accepting clients, and keeps communicating with them multiple times with each.thanks for the answer, but i think i didn't explain well enough on my question 2, so let me make it easier:Is it possible to create a chat server using php? because the point i was getting into was if it's possible to accept multiple clients and keep them alove.
 
Back
Top