Dear all, i met a problem with a login script.
In my login script,
i have 4 different parties can enter my database. each of them have different priority in the database such as edit, delete or view only.
In order to login, the login script should check their ID and Password based on the 4 different tables.
1. Admin1's password is start with S..........
2. Admin2's password is start with H..........
3. Admin3's password is start with L..........
4. admin4's password is start with E..........
i try to search some login script from the Internet. Unfortunately, most of the login script just check the id n password inside 1 table only.
therefore, i can't solve this problem. i hope can get some opinion from all of you. i very appreciate if u willing to help me!
thank you.