![]() |
phray 1/5/2010 |
If we want to assign Logged_in user_ID to "ID" fieids by default, what should we do?
$_SESSION["UserID"] |
T
|
titanic author 1/5/2010 |
i cannot write it into ID field.. |
J
|
Jane 1/7/2010 |
Hi, $_SESSION["user_ID"] = $data["Fieldname"];
|