Quote:
Originally Posted by pornguy
I wish I had stats like this to view. Using my traffic of course.
|
Easy enough to create.
I have all my data pulled into a database table. When I update I just pull in the latest transactions and add them.
From there I run a couple of queries to summarize the data.
I pull the summarized data into a spreadsheet and use the charting functions to make the charts.
You could do the whole thing with a spreadsheet. Databasing it in a real database just makes it a bit easier.
.