Hi,
I have been using PHP for some time now but there has always been something I'd like to do but do not know how to do it,
I am trying to use sockets over two pages
Example:
Page 1: Sockets load and send data to server
Page 2: Writes to the same socket that is on Page 1.
I can not simply make two different socket connections as it will screw up the other socket on the other page
The best description I could give is on
http://start.e-messenger.net
This uses the same socket for everything... but that is in JSP
Thanks