Hello, I have a simple login script. I have the pages
login.php
login_response. php
login_success.p hp
login_failure.p hp
What I want to do is have a checkbox on the login.php page where if the
user checks it and logs in successfully, upon closing the browser and
returning to the login.php page, they are automatically redirected to
the login_success.p hp page. What must I do to accomplish this?
Thanks for your help, - Dave
login.php
login_response. php
login_success.p hp
login_failure.p hp
What I want to do is have a checkbox on the login.php page where if the
user checks it and logs in successfully, upon closing the browser and
returning to the login.php page, they are automatically redirected to
the login_success.p hp page. What must I do to accomplish this?
Thanks for your help, - Dave
Comment