C
|
cgphp 2/2/2012 |
Enter the following code in the "After successful login" event: print_r($data);
|
S
|
Sergej author 2/2/2012 |
Array ( [id] => 9 [password] => eecf59c84654bf3367339e9c7a08c6a6 [username] => Sergej [email] => sergej@info-ing.com [firm] => Infoing - Consult d.o.o. [phone] => [fax] => [mobile] => [country] => CROATIA [first name] => Sergej [last name] => Karov [active] => 1 [TCIUserID] => ) |
![]() |
Sergey Kornilov admin 2/3/2012 |
Once $_SESSION["id"] is assigned you can use it as default value for any field in any table. |
S
|
Sergej author 2/3/2012 |
Once $_SESSION["id"] is assigned you can use it as default value for any field in any table.
|