03-06-2009, 12:57 PM
|
#1 (permalink)
|
|
The Visitor
Join Date: Dec 2008
Posts: 4
Thanks: 0
|
PHP form submission
I am having quite a problem when it comes to forms. well i have 3 files.
- login.php
- checklogin.php
- logoout.php
i am not using any session or cookie rite now. I am able to login [login.php -> checklogin.php -> logout.php] but when i press the back button of the browser from logout -> checklogin. It wants me to re-submit the information, which i don't want to.
Is there any way to just show the checklogin file so that i can tell the user the form has not been submitted?
|
|
|
|