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 Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/52515-php-counter/#findComment-259132 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.