PDA

View Full Version : after log in I want redirect to custom page plz help


Ba$im
10-28-2007, 04:33 PM
hello
I want if someone log in redirect it to custom page

so how I do that?

thanks
Edit/Delete Message

MarkPW
10-28-2007, 05:55 PM
Just add the following within the login form:

<input type="hidden" name="redirect" value="mycustompage.php" />