michelleqw
Programmer
Dear PHP users,
We are making a hit counter on our second page with the help of a MySQL table.
Calling this page we are using the "get method": SecondPage.php?uc=u.
It works fine but the only problem is that everytime we are pressing F5 the hit counter is increasing because the "?uc=u " is still on the address. How can we start this page with the "get" information and after the page is built on the explorer address we see: SecondPage.php?
Nice regards
Michelle.
We are making a hit counter on our second page with the help of a MySQL table.
Calling this page we are using the "get method": SecondPage.php?uc=u.
It works fine but the only problem is that everytime we are pressing F5 the hit counter is increasing because the "?uc=u " is still on the address. How can we start this page with the "get" information and after the page is built on the explorer address we see: SecondPage.php?
Nice regards
Michelle.