HI
I have got a php login form and the database entries for that form are just username and password.I have got 3 users-Admin,Accountan t and guests (which is the users who access from outside like john,David etc..etc).How can i set the login form such that when each type of user logs in there home page should be seen.I have tried it but for all the users the same page is seen.My database is postgresql.
Anyone plz help me to clear this.
Thanks in advance
I have got a php login form and the database entries for that form are just username and password.I have got 3 users-Admin,Accountan t and guests (which is the users who access from outside like john,David etc..etc).How can i set the login form such that when each type of user logs in there home page should be seen.I have tried it but for all the users the same page is seen.My database is postgresql.
Anyone plz help me to clear this.
Thanks in advance
Comment