Hmmmm this is hard to phrase but i'll try my best.
Say one php script connects to a port on another pc (im working through the CLI here.) Would it be possible for another php script to read and write tot he socket? if so, how?
I'm not 100% sure about how sockets are defined. because if a socket is a numerical value, would it be possible to open a socket in script 1, write the socket number to a text file, then script 2 reads the text file to get the socket number?
Thanks
Dom