Simple IP Address Response Server
Thursday, September 29th, 2011
0 comments •
Filed Under
In order to facilitate some scripts I am writing I just created a service which returns the IP address from which it receives its request. The code for this is a single line of php: echo getenv('REMOTE_ADDR');
Check it out..
Also, please let me know of any other simple services that would be helpful for me to build and host.

