Henry Cipolla

Tech, gaming, motorsports, and whatever else

Simple IP Address Response Server

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.

Post a Response