Can anyone help with this code please! I am a novice and need help.
I have two hard coded user ids and passwords with an additional field
called level. for the sake of
this explanation lets call them.
user_id - abc password - 123 level - 1
user-id - xyz password - 456 level - 2
I have two separate admin pages called list_pages.php and
list_pages1.php
I need a login to allow people that sign in with login "abc" to be
able to access "list_pages.php " and people that login in with "xyz"
to be able to access "list_pages1.ph p"
can anyone help, Please. I am desperate
God bless
jason
I have two hard coded user ids and passwords with an additional field
called level. for the sake of
this explanation lets call them.
user_id - abc password - 123 level - 1
user-id - xyz password - 456 level - 2
I have two separate admin pages called list_pages.php and
list_pages1.php
I need a login to allow people that sign in with login "abc" to be
able to access "list_pages.php " and people that login in with "xyz"
to be able to access "list_pages1.ph p"
can anyone help, Please. I am desperate
God bless
jason
Comment