I have a mySQL database with 2 tables: registered and admins
registered contains all user's information, and admins contains the usernames of the system admins
I ned a php script to see if the logged in user's username is in the admins table, or else just not allow access.
thank you, blendmaster345
~~~~~~~~