Here is my problem.
When i submit a form in php, after a query is executed and press the refresh button and will be given a confirmation, if choose yes the query will be re-executed so what i wanted is if there is a way that when you press refresh, the confirmation will no longer displayed and query will not be executed again. Been having problem with this for a long time. Help would be really appreciated. Thanks!!
Refresh after form submit problem.
Moderator: General Moderators
Re: Refresh after form submit problem.
You have a billion of variants:
1. Use sessions
2. Use cookies
3. Use timer
4. Do not allow to write into DB the same record
n. ...
1. Use sessions
2. Use cookies
3. Use timer
4. Do not allow to write into DB the same record
n. ...