Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
web statistics
Name: osaru Date: February 1, 2005 at 19:11:02 Pacific OS: redhat CPU/Ram: 1g
Comment:
Is there anyway to have web statistics for dynamic pages? The site I have developed only has 1 index(php) page that loads contents dynamically so the statistic tool such as awstats only shows index page. Will I need to implement my own stat page?
Name: Khalid Date: February 1, 2005 at 22:10:32 Pacific
Reply:
You can get even more statistics with dynamically loaded pages because you know much more detail about what the user requested, where he comes from, perhaps 'who' he is (cookie) etc. If you make an insert in a mysql "stat"-table (or whatever you want to call the table), make sure you at least insert the following data: - datetime - userip - userid (if you get one, using cookies) - referer - page requested (usually id or something) - request part of the url (?id=134&page=2)
You can insert more data off course, but with this minimum you can get a lot of statistics, like unique visitors in a period, total pageviews in a period, certain request in a period, follow a user through the site (what pages did he/she looked at) etc etc.
good luck!
Niels.
0
Response Number 2
Name: fambi Date: February 2, 2005 at 02:31:23 Pacific
Reply:
What language do you use?
0
Response Number 3
Name: osaru Date: February 7, 2005 at 15:26:43 Pacific
Summary: Hello, I have practiced a lot of the basics of HTML and have made up several mock web pages on my XP w/IE6 and my 95 w/IE5. My question is where can I continue a tutorial on HTML. I have already bee...
Summary: Professional Website Design Company I consider this website a top notch resource, so wanted to share some of my personal experiences here… If you are not in the industry, please don’t waste your t...
Summary: i would just recommend frontpage as it is a what-you-see-is-what-you-get web page/site designer + you don't have to learn html + you can use its themes to put together a web site in no time at all i p...