Suchy Posted March 1, 2007 Share Posted March 1, 2007 I would like to get as much info about the people that post my my guestbook. So far I use: $_SERVER['REMOTE_ADDR'] <- for ip $_SERVER['HTTP_USER_AGENT'] <- for browser $_SERVER['HTTP_REFERER'] <- for refer What other usefull info can I get? Link to comment https://forums.phpfreaks.com/topic/40775-getting-visitors-info/ Share on other sites More sharing options...
pocobueno1388 Posted March 1, 2007 Share Posted March 1, 2007 Well, do you have a purpose for getting this information? Just think of the information you NEED to get and don't worry about just getting information about them just to have the information unless it is necessary. Here is a list that will probably be helpful to you: <a href="http://us2.php.net/reserved.variables">Here</a> Link to comment https://forums.phpfreaks.com/topic/40775-getting-visitors-info/#findComment-197427 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.