J
|
Jane 6/6/2008 |
Hi, |
P
|
pnutz author 6/6/2008 |
Hi, I'm not sure that I understand you correctly. You've pulled actual email from login table. Do you have another emails in another tables?
|
J
|
Jane 6/7/2008 |
Hi, $rs2 = db_query("select * from login where ID='".$values["UserID"]."'", $conn); $data2 = db_fetch_array($rs2); $_SESSION["userEmail2"] = $data2["Email"];
|