I have a following problem:
I've coded a page which adds information to SQL database and then shows the information in a table. Every time I refresh the page, the browser asks me if I want to repost the form data. If I say 'no' the browser won't refresh the page nad if I answer 'yeah' my script will add another entry to the database. After getting the design of the page ready, I have hundreds of entries in the database. So, is there any way to prevent the browser to even ask if I want to post the data again when I want to refresh the page. Could I just trash all the POST_VARS or change them so that my script can detect when I just want to refresh the page.