Sockets
Moderator: General Moderators
-
colby.anderson
- Forum Newbie
- Posts: 3
- Joined: Sat Apr 02, 2011 3:49 pm
Sockets
I'd like to use a socket to send a command to a remote server. Does anyone have a bit of code that would be useful for this?
Re: Sockets
i would look into socket_create() and socket_connect()
Re: Sockets
fsockopen, and then fwrite/fread - the same way as from a local file 