Kinda new to mysql and php
有点新的mysql和PHP
I have a hit counter for each page on my site and a private page that list all pages and hits. I have a button that will reset all pages to zero and next to each page listing I have a reset button that will reset each page individually. This all was using a text file but now I am swtching to mysql database. I have coded the "RESET ALL" button to work but can not get the individual page buttons to work. I