tjc19999 Posted September 1, 2011 Share Posted September 1, 2011 Hello experts, I am posting to get your opinion on how to get a certain result. Here is the scenario: I am currently collecting data on my websites to see how many page views I am getting for each site. Each website only consists of 1 page so I don't need to track sub pages or anything. So essentially I have a database with a list full of URLs going back several months. Now I would like to display the data in a table with the URLs in the first column and each column after that counting the number of visits obtained that day. Furthermore I would like to color code each row depending how long it has been since the last visit on my website. I have thought of several ways of going about beginning to code this project but was hoping to get some input from some more experienced PHP users before I begin. Sorry if this is posted in the wrong area. Thank you for your input. Quote Link to comment https://forums.phpfreaks.com/topic/246226-how-to-display-data-for-every-day/ Share on other sites More sharing options...
fry2010 Posted September 10, 2011 Share Posted September 10, 2011 Use google analytics, all your problems have been solved already with that. However if you need to manipulate that data, then you could look at the google analytics API. Quote Link to comment https://forums.phpfreaks.com/topic/246226-how-to-display-data-for-every-day/#findComment-1267692 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.