Jump to content

How to go about client-side sockets


mr0ldie

Recommended Posts

I read not to ask "If PHP can do it" but rather "How should I go about it," so here goes. In short, I want to create a webpage where a user can input an IP:Port and then open a socket on the USER's end to connect to it and send/receive data. Is that poss--er, how do you go about something like that with PHP? :)

 

(I'm very new to PHP, but willing 'n able to learn.)

Link to comment
https://forums.phpfreaks.com/topic/119432-how-to-go-about-client-side-sockets/
Share on other sites

so you want to open a socket to a server then the user talks to the socket through a web page?

that is not possiable. you can open the connection but you cant get info from the user without closing the script. and closing the socket connection

 

Scott.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.