How i can develop a hit counter for my posts.
I have a mysql table with following cols
id title body hits
how i can increment hits by 1 whenever a user read post entry.
Please h开发者_StackOverflow社区elp.
In the page where you show your post you should update database.
I.e. you show post post.php?id=53 so in post.php you have to do
'UPDATE table SET hits = hits + 1 WHERE id = ' . (int) $_GET['id']
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论