Helpful Information
 
 
Category: Scripts
Getting viwers IP address

Is there any way to get the IP address of a person who views your web site?
I have a site that shows a person their IP address, but what kind of scripting do I need to have that address sent to me?

Or is there an any easier way to get a person's IP address?
Thanks

In PHP its


echo $_SERVER['REMOTE_ADDR'];


Here's a script that gets IP's done in Javascript, though it may be overkill for what you need:

http://javascript.internet.com/user-details/ip-address.html

ahh yes
I actually found this site already. However, does this only give the user the IP address or does it make the address available to me also (and if so, how)?

Thanks

If u use php or perl then u can save it in ur database and access it later










privacy (GDPR)