ed_biasbas
New member
I want a loginform.php which directly open a Adminform.php when called on its "Status" on MYSQL Database which is "Admin", AND directly to the Clientform.php when its "Status" is "client"... "admin" and "client" were both data with a field name "Status" stored on the database called "Users" and table called "mytable". Can you give the complete syntax? THANK YOU.