Simple Login Application






MySQL Query:



Create Database College;


use College;


create table User(
                   userid varchar(20) primary key,
                   paswd varchar(50) not null
                  );




insert into User values('admin',password('nopass'));




insert into User values('student',password('mcm'));

No comments:

Post a Comment

Thanks for visiting my Blog!

Have a Question ? Need Help in College Assignments, Need Code that is not available here? Just leave a comment & get your code instantly.

Tips to Enhance Your Blog