Re: [PHP] User Redirection if login fails

2004-07-08 Thread Matthew Sims
> Hi again. > > My code simply asks for a username and password but even if they insert > incorrect details the called page is displayed. > > How can I get them to be redirected to another page if their login > information is incorrect...? > > echo "registerd users login here please..."; > echo

Re: [PHP] User Redirection if login fails

2004-07-08 Thread John Nichel
Harlequin wrote: Hi again. My code simply asks for a username and password but even if they insert incorrect details the called page is displayed. How can I get them to be redirected to another page if their login information is incorrect...? How are you checking the result? From a db? If so, run

[PHP] User Redirection if login fails

2004-07-08 Thread Harlequin
Hi again. My code simply asks for a username and password but even if they insert incorrect details the called page is displayed. How can I get them to be redirected to another page if their login information is incorrect...? echo "registerd users login here please..."; echo ""; echo "User