J
|
Jane 10/4/2007 |
Hi, global $conn; $strUpdate = "update _Login set Acivateprofile=NULL where Username='".$_SESSION["UserID"]."'"; db_exec($strUpdate,$conn); |
L
|
luck author 10/4/2007 |
Hi, use AfterSuccessfulLogin[b/] event on the [b]Events tab for this purpose. Here is a sample code:
|