stuart7398 Posted April 4, 2008 Share Posted April 4, 2008 Hi. How would I show members how many pages views they have had on their profile. Any help would be great. Thanks Stuart. Link to comment https://forums.phpfreaks.com/topic/99599-how-do-i-show-page-views/ Share on other sites More sharing options...
ohdang888 Posted April 4, 2008 Share Posted April 4, 2008 the counter script mysql_query("UPDATE table SET counter=(counter+1) WHERE id='blah' ") or die(mysql_error()); Link to comment https://forums.phpfreaks.com/topic/99599-how-do-i-show-page-views/#findComment-509575 Share on other sites More sharing options...
p2grace Posted April 4, 2008 Share Posted April 4, 2008 Yeup, ohdang888's query will update the database, then you'd just have to query the db to display the number of hits. Link to comment https://forums.phpfreaks.com/topic/99599-how-do-i-show-page-views/#findComment-509597 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.