1
Warning: Cannot modify header information - headers already sent by (output started at /home/content/G/G/R/GGR123123123/html/just-make-it-easy/article/index.html:15) in /home/content/G/G/R/GGR123123123/html/just-make-it-easy/globals/application.php on line 4
How can I get a website visitors IP address | JustMakeItEasy

How can I get a website visitors IP address?

  on: 05/08/09
The IP address is only one of the things you can collect from your website visitors.

In the case of obtaining an IP the simplest is using php. If you are not familiar with php you will need to learn more about how to use php but once you know a bit its really simple. In most cases you can just use. $_SERVER['REMOTE_ADDR']; and point it to a variable $var =

Then you can store the information, print to the screen, (as you see in many sites) or submit it along with a form. A good reason for tracking IP's is checking forms for repeat (submissions), if your traffic is all coming from one area, or tracking down abusive users.

Good luck.
Privacy Policy   Terms   Site Map   About    Contact Us   Book Offer  
"Just Make It Easy" & JustMakeItEasy.com are a trademark and is licensed to AntHillPress exclusively
Copyright © 2008-2009 AntHillPress. All rights reserved.