i need a code that will tell me the number of user that visited that particular web page for that day
how can i know thw number of user that visited a page
Collapse
X
-
What do you mean, you need a code?
You need to look into at building a hit counter.
Try and create something and if you get stuck then post where you are stuck, you wont get people writing you whole scripts. -
1. create a table and update the counter++ for each pages you want to count when ever the page get browse ..
2. have a look this tutorialComment
Comment