Socket Accept / Connect

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
XLinux
Forum Newbie
Posts: 1
Joined: Sun Oct 10, 2004 7:57 pm

Socket Accept / Connect

Post by XLinux »

i was reading http://us2.php.net/manual/en/function.socket-accept.php

because im trying to make a PHP system to accept connections on a differnt port for a PHP based game control panel. but im not understanding the instructions. can anyone give me step-by-step instructions and examples of making a socket_accept function and then making a socket_connect function. Thank you very much.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

check out some examples and instructions at dev.kquery.com
User avatar
evilmonkey
Forum Regular
Posts: 823
Joined: Sun Oct 06, 2002 1:24 pm
Location: Toronto, Canada

Post by evilmonkey »

I don't really understand that site...Seems to be VB based. Can you point to something in paticular?
Post Reply