guys i need some help!.. my friends are having their project on web developing??
How can i create a Login System with this database??
tbl_stud
st_uname = logmein
st_pw = 123
type_id = student
tbl_prof
pr_uname = pro
pr_pw = 321
type_id = prof
tbl_admin
ad_uname = adm
ad_pw = 890
type_id = admin
tbl_Utype
type_id = admin,prof,student
type_num = 1,2,3
i really need some help on how to create login system on their web site with that database..
what query should i need to put??
please?? need some help..