agge Posted April 6, 2007 Share Posted April 6, 2007 Hello, How should i do when I want to show number of visitor on each page where each page is describing a user details like this: http://localhost/user.php?user=1 on this page it show details about user 1. And for user_52 I want to show how many visitors this user have had: http://localhost/user.php?user=52 it will show number of visits Link to comment https://forums.phpfreaks.com/topic/45846-show-number-of-visits-on-each-page/ Share on other sites More sharing options...
trq Posted April 6, 2007 Share Posted April 6, 2007 Sorry... your question is pretty unclear. Do you want to count how many times user 1 has visited http://localhost/user.php?user=1, or how many times anyone has visited http://localhost/user.php?user=1? Link to comment https://forums.phpfreaks.com/topic/45846-show-number-of-visits-on-each-page/#findComment-222762 Share on other sites More sharing options...
agge Posted April 6, 2007 Author Share Posted April 6, 2007 Ok, sorry. I want to know how many times anyone has visit the page with: http://localhost/user.php?user=1 I hope maked it more clear Link to comment https://forums.phpfreaks.com/topic/45846-show-number-of-visits-on-each-page/#findComment-222778 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.