Hello all.
I have an form (POST submitted to php script). I do validation on that form, and if someone misses to fill something, it reloads itself (when Submit button pressed) pointing to missing or bad data. Then when everythings ok, the form is submitted to another page. The problem that occures is when user presses Back button on browser, I got this 'Web Page Expired' message.
Now, I know why is that - because data is already POSTED and connection with server is closed. But I don't know how to overcome this (if it is possible).
Any suggestion is appreciated. Thanks.
I have an form (POST submitted to php script). I do validation on that form, and if someone misses to fill something, it reloads itself (when Submit button pressed) pointing to missing or bad data. Then when everythings ok, the form is submitted to another page. The problem that occures is when user presses Back button on browser, I got this 'Web Page Expired' message.
Now, I know why is that - because data is already POSTED and connection with server is closed. But I don't know how to overcome this (if it is possible).
Any suggestion is appreciated. Thanks.