By franz@chemgritsa.co.za on
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?
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
You can find out client IP
You can find out client IP address using
print 'Your IP address is '.$_SERVER['REMOTE_ADDR'];IP addresses are also logged with Watchdog.