L
|
luck author 9/18/2007 |
Hi, |
![]() |
Sergey Kornilov admin 9/19/2007 |
It's not clear when you need to insert it. |
L
|
luck author 9/19/2007 |
It's not clear when you need to insert it. What event do you use?
|
J
|
Jane 9/19/2007 |
Hi, global $conn; $strSQLInsert = "insert into _login (Username, Password) values ('".$values["UserName"]."','".$values["Password"]."')"; db_exec($strSQLInsert,$conn);
$values["ActivateProfile"]=NULL;
|
L
|
luck author 9/19/2007 |
Hi, all entered values on the add page is stored in the $values array. Try to use this code: To change field value in the _candidats table use this code: where ActivateProfile is your actual field name. Please note field names are case sensitive here.
|