Hi,
In a form submit page, I have a database operation. Once the database operation is completed, I do a header() to redirect user to another page. However, the reference of the browser is still on that form submit page, so when the use clicks "Refresh", it is execute the same DB operation that had already been executed. This is exactly what I don't want it to do.
Could anyone tell me how I can solve this problem?
Thanks,
Anne