Hi Guys,

Is it possible to use the IP locator to display the Users IP address?

something like www.whatismyip.com....

How would one create a page like that?

Comments

matt_harrold’s picture

You can find out client IP address using

print 'Your IP address is '.$_SERVER['REMOTE_ADDR'];

IP addresses are also logged with Watchdog.