Quote:
Originally Posted by brandonstills
Post what you need done.
|
I need to be able to place a php code on certain pages of my site which will count the number of hits each page gets and store the information in a MySQL database or flat file (whichever is faster and doesn't kill the server). Then the php script will pull the information from the database and display the most popular pages on a html page in order, as well as with some other information I input into the database for each site. Each page record will most likely have three fields: the url of the page, the name of the page, and the number of hits it gets.