qbox Posted July 13, 2008 Share Posted July 13, 2008 Hi I take some user information but I have some troubles to take another. I need to take Javascript version which user use, domain name if there is (probably I can take this with PHP), ISP, LOCATION, LANGUAGE, and TIMEZONE. How to take this information with JAVA or PHP. Thank you. Link to comment https://forums.phpfreaks.com/topic/114561-solved-user-information/ Share on other sites More sharing options...
Xurion Posted July 14, 2008 Share Posted July 14, 2008 To find out the language, use: $_SERVER["HTTP_ACCEPT_LANGUAGE"] To check the country, use the code on this site: http://ip-to-country.webhosting.info/ For IP, use: getenv("REMOTE_ADDR"); Not sure how to get ISP. Did a Google but nothing concrete appeared. Link to comment https://forums.phpfreaks.com/topic/114561-solved-user-information/#findComment-589417 Share on other sites More sharing options...
qbox Posted July 16, 2008 Author Share Posted July 16, 2008 thanks. Link to comment https://forums.phpfreaks.com/topic/114561-solved-user-information/#findComment-591585 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.