Hi,
I am quite new to PHP. I have a small problem with the "Refresh" button.
After an operation is performed (like adding a record) if the user activates the "Refresh" button of the navigator, the operation might be performed a second time ( and even many times ... )
What happens is that Internet Explorer sends a message : "The page cannot be refreshed without resending the information. Click retry to send the information again or click cancel to return to the page that you were trying to view"
-If one clicks "Retry", the last operation ( like adding a record ) is performed a second time ..
-If one clicks "Cancel", one gets the following page :
"Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.
To resubmit your information and view this Web page, click the Refresh button. "
And finally, the "Retry" button must be used. The last operation is performed ....
Does anybody ever have the same problem ?
I don't see how to avoid this ....
Thanks for your help.
I am quite new to PHP. I have a small problem with the "Refresh" button.
After an operation is performed (like adding a record) if the user activates the "Refresh" button of the navigator, the operation might be performed a second time ( and even many times ... )
What happens is that Internet Explorer sends a message : "The page cannot be refreshed without resending the information. Click retry to send the information again or click cancel to return to the page that you were trying to view"
-If one clicks "Retry", the last operation ( like adding a record ) is performed a second time ..
-If one clicks "Cancel", one gets the following page :
"Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.
To resubmit your information and view this Web page, click the Refresh button. "
And finally, the "Retry" button must be used. The last operation is performed ....
Does anybody ever have the same problem ?
I don't see how to avoid this ....
Thanks for your help.