![]() |
Alexey admin 9/20/2007 |
Unfortunatelly I wasn't able to understand what are you trying to do. |
L
|
luck author 9/20/2007 |
Unfortunatelly I wasn't able to understand what are you trying to do. Please try to rephrase your question.
|
![]() |
Alexey admin 9/20/2007 |
...and also save the information from fields username, password and email to table login in fields username, password, email... How do you save it? Add a new record or save in some existing ? ..but if i login with this username i can't edit this informations ...
|
L
|
luck author 9/20/2007 |
How do you save it? Add a new record or save in some existing ? I use event for table _candidates: After record added global $conn; $strSQLInsert = "insert into _login (Username, Password, Email) values ('".$values["Username"]."','".$values["Password"]."','".$values["Email"]."')"; db_exec($strSQLInsert,$conn); What do you mean by "can't edit" ? Do you use some advanced security set up ? Describe this in detail.
|
![]() |
Alexey admin 9/21/2007 |
Hi, |
L
|
luck author 9/21/2007 |
Hi, proceed to Advanced Security dialog, select Candidates table and choose Usernamein both OwnerID boxes.
|
![]() |
Alexey admin 9/21/2007 |
Hi, |