PDA

View Full Version : quick redirect question?


me0w
02-16-2006, 11:19 PM
Hello,
I am wondering what the command is to redirect a user to another page..
What im trying to do is redirect someone to the lost password page when they incorrectly type in their password..

help?
THank you!

i figured it out.. i went into the hooks and plugins.. went to login_failure
put in some php such as
header( 'Location: /forumdisplay.php?f=10/' );
and voila i am relocated to that page!