![]() |
Admin 9/1/2021 |
Check setDisplayName() function of Security API. |
M
|
m.salahi author 9/5/2021 |
thanks admin to help me but i want the primary key of the userid that is login when i used $SESSION["UserID"] |
![]() |
aadham 9/5/2021 |
You can try this in AfterSuccessfulLogin event of Login Page, if I understood you correctly: $user = DBLookup("select **emp_id** from **employees** where **emp_login** ='".$username."'"); |
M
|
m.salahi author 9/24/2021 |
thanks aadham9... |