|
|
Sergey Kornilov admin 7/2/2007 |
|
What exactly do you mean? |
|
|
C
|
chaz author 7/2/2007 |
|
well u have the login from account login and pass but i need another check when editing, and that check comes from another table/field. |
|
|
C
|
chaz author 7/2/2007 |
$rs=db_query($strSQL,$conn);
|
|
|
|
Sergey Kornilov admin 7/2/2007 |
|
I suggest to use AfterSuccessfulLogin event to run a SQL query that retrieves Guid field from another table. |
|