This topic is locked

redirecteing to profile

12/23/2009 6:01:59 AM
PHPRunner General questions
T
titanic author

say i have user table and I need to redirect users to their own page like
user.php?user_id="id"
but what i dunno is how to create that page. I investigated "cars" template but i couldnt figure out how did they acheieve it ..?
any suggestion..?

J
Jane 12/23/2009

Hi,
save user ID in the session variable in the AfterSuccessfulLogin event and use it in your link:

$_SESSION["ID"] = $data["ID"];