|
J
|
Jane 2/22/2007 |
|
Stephan, function AfterSuccessfulRegistration() { global $values; $_SESSION["UserID"]= $values["Username"]; $_SESSION["OwnerID"] =mysql_insert_id(); $_SESSION["AccessLevel"] = ACCESS_LEVEL_USER; $_SESSION["GroupID"]="admin"; header("Location: _test_add.php"); exit(); } |
|
|
M
|
mmponline author 2/22/2007 |
|
Nope |
|
|
J
|
Jane 2/22/2007 |
|
Stephan, |
|
|
M
|
mmponline author 2/22/2007 |
|
Perfect! - Thanks |
|