malin Posted January 1, 2020 Share Posted January 1, 2020 Hi, In the admin area , in the `addon`'s php file or other customize php file, how can I get my admin `username`? 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted January 1, 2020 Share Posted January 1, 2020 Use $_SESSION['adminid'] to retreive the username from tbladmins like follows: SELECT username FROM tbladmins WHERE id = $_SESSION['adminid'] LIMIT 1 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.