Get Statistics of your website Using PHP
Monday, March 8, 2010 12:22HTTP_ACCEPT
A list of MIME types the client will accept.
HTTP_ACCEPT_LANGUAGE
What type of languages the browser expects.
These are human language, such as en-us, to represent, English, United States.
HTTP_CONNECTION
The type of connection established between the client and the Web server.
HTTP_HOST
The hostname of the client computer.
HTTP_USER_AGENT
The browser type and version, and operating system information of the client.
HTTP_REFERER
The full URL of the Web page containing the hyperlink used to reach the currently executing ASP page.
HTTP_COOKIE
The cookies sent from the browser.



Liaseanemia says:
March 9th, 2010 at 10:01 am
thank!