What kinds of information can PHP get about users? I would like to make a web page that shows information about whoever goes to it, like their IP address.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
well, run
phpinfo();
to find all the variables that may be interesting.
to get more, you should think about using cookies to see if the user is here for the first time. And use javascript to get some other stuff, like screen resolution, etc.