hi, i'm learning php at the moment, and can't put the following pieces of a puzzle together,
I'm trying to make a real-time chat thing, like the one at:
http://www.moock.org/chat/
but its server app is written in java.
I've found another example of a similar chat server's using sockets written Perl, and examples of how to use sockets in php.
The example files are at the following address,
http://www.davidcolquhoun.com/php_chat_help.zip
but i can't put it all together and get a php based app like the java one above,
thankyou for any help in advance
davidc