Hi,
How would I go about destroying POST vars after their use in a script?
Is this possible?
The reason is that when I use a script that, for example, add a row to
a database. If for some reason the user refreshes the page, it will add
another row. Is it the browser that resends the POST vars when a page
is refreshed?
Whats the common way to avoid this?
Cheers
Burnsy
How would I go about destroying POST vars after their use in a script?
Is this possible?
The reason is that when I use a script that, for example, add a row to
a database. If for some reason the user refreshes the page, it will add
another row. Is it the browser that resends the POST vars when a page
is refreshed?
Whats the common way to avoid this?
Cheers
Burnsy
Comment