Please guide me how to record the ip addresses of each and every visitor entering my website. I do not have the facility of automatic recording in my web server. how to detect whether a certain ip address is a proxy or real please guide me
How to record the ip addresses of visitors in own website?Please guide me how to record all the ip addresses of visitors on my w
Page 1 of 1
1 Replies - 2682 Views - Last Post: 21 February 2009 - 05:11 AM
#1
How to record the ip addresses of visitors in own website?
Posted 21 February 2009 - 05:09 AM
Replies To: How to record the ip addresses of visitors in own website?
#2
Re: How to record the ip addresses of visitors in own website?
Posted 21 February 2009 - 05:11 AM
With PHP you can access the IP using the constant: $_SERVER['REMOTE_ADDR'] then you can store that in your database. 
echo $_SERVER['REMOTE_ADDR'];
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|