PHP Code:
                SOCKET MrClient;

    
MrClient accept(socketListenNULLNULL); 
How would I return the IP of MrClient? I usually try MsgBox on myself to see if I would get it right, but I got compiling errors.