J
|
Jane 4/1/2009 |
Hi, global $conn; $str = "select C from UsersTable where UserName='".$_SESSION["UserID"]."'"; $rs = db_query($str,$conn); $data = db_fetch_array($rs); $_SESSION["C"] = $data["C"]; |
F
|
futo author 4/2/2009 |
Hi, you can select value from registration table in the Add page: Before process event and save it in the session variable:
|