First of all we have to make one text file to store the no of value the user hit..At th first time the file count vatriable is 0 then every time when the form is load and user click on that form at that time we open the file and increment the counter variable ....by one ,,,, then close the file in this way we can find that how many time the the page is hitted by the user
There is no problem to count the hits of your site it is resposibility of os. simply you add a field called hit in your table and write a program that will be execute when your site will be open.the program simply fetch last value of hit field increament by 1 and add to the table.but start by 0.