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.PHP Code:SOCKET MrClient;
MrClient = accept(socketListen, NULL, NULL);
Printable View
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.PHP Code:SOCKET MrClient;
MrClient = accept(socketListen, NULL, NULL);
Aaaaaaanyone at all? That's just the partial code by the way. (obviously ;o)