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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
qbox Posted July 16, 2008 Author Share Posted July 16, 2008 thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.