How to get IP form a client calling into a server
I am going to use the following commands?
stream_socket_server
stream_select
stream_socket_accept
fread
Do any of these command get the IP from the client calling into a server?
Is there I command that I need to use?
I plan on running this script on a LAMP server.
Any help would be great.