Search found 2 matches
- Tue Aug 19, 2008 11:17 pm
- Forum: PHP - Code
- Topic: php multi-level login system not working!
- Replies: 3
- Views: 338
Re: php multi-level login system not working!
I already changed the = to == still didnt work.. That and could you show me and example of what you were saying about the other thing... Im new to php. 
- Tue Aug 19, 2008 10:56 pm
- Forum: PHP - Code
- Topic: php multi-level login system not working!
- Replies: 3
- Views: 338
php multi-level login system not working!
Okay i am trying to make a multi-level login system. I have 3 fields in the users table, login, password, and subtype. Depending on subtype i want to login to one of 3 different panels. I cannot get this to work for the life of me!!! Please help! <?php $db_host = 'localhost'; $db_user = '****'; $d...