textbox Posted May 22, 2007 Share Posted May 22, 2007 Hello, can PHP count the number of times a page is viewed? Doesnt have to be unique views. Wish to insert this in a db. Thanks Link to comment https://forums.phpfreaks.com/topic/52515-php-counter/ Share on other sites More sharing options...
taith Posted May 22, 2007 Share Posted May 22, 2007 yup! prolly want to inset it into mysql mysql_query("UPDATE `counters` SET `page`='page+1'"); not tested... but i think it'd work... lol Link to comment https://forums.phpfreaks.com/topic/52515-php-counter/#findComment-259132 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.