Basically I have a login.php script that takes the users login and password,
I then search in the database for the entry and discover if they have access
0 which is admin or access 1 which is normal user. Based on this I want to
redirect the user to a new php file. Either admin.php or user.php depending
on the access level.=l. Simple solution I am sure.
Thanks for the help.
I then search in the database for the entry and discover if they have access
0 which is admin or access 1 which is normal user. Based on this I want to
redirect the user to a new php file. Either admin.php or user.php depending
on the access level.=l. Simple solution I am sure.
Thanks for the help.
Comment