I'm a green newbie having a problem with a PHP page I've made. The page is a login form that, if the user enters in correct password, will display a little confirmation message...for now. Later it will redirect the user to a different page.
Anyways, the problem I'm having is that when I press the "Refresh" button on this page, I'm always prompted with 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 you were trying to view". I'd really like it if there was some way to have the browser automatically know that I want to resend the page, so to the user it would like an ordinary page. Instead of being prompted to resend the page, I'd like for the browser to do that automatically.
Any help would be greatly appreciated...I'm a firm believer in the PHP support community!
You can see this page in action at: http://prezign.com/bob/
The code is at: http://prezign.com/bob/code/
Thanks in advance for your help!
~Nathan