Get Statistics of your website Using PHP

Monday, March 8, 2010 12:22
Posted in category PHP Interview Questions

HTTP_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.

  • Share/Bookmark
You can leave a response, or trackback from your own site.

One Response to “Get Statistics of your website Using PHP”

  1. Liaseanemia says:

    March 9th, 2010 at 10:01 am

    thank!

Leave a Reply