I've been searching through the threads to retrieve and store a session variable that is obtained from a MySQL database after authentication. So along with name and password as session variables, I also want to add another session variable, namely security... which gives the users' access level.
The site will check the name, pass, and then security to see if they have access to admin features or not, and dynamicaly change the menu according to that session variable.
Yes, I'm still new to this. Any help is appreciated.
Thanks,
-T
The site will check the name, pass, and then security to see if they have access to admin features or not, and dynamicaly change the menu according to that session variable.
Yes, I'm still new to this. Any help is appreciated.
Thanks,
-T