● Integrate Web applications with database.
● Apply integrity constraints to a database schema.
● Create basic registration and login form using PHP and HTML.
● Validate forms using JavaScript.
- Make sure you apache server working and create an empty database and name it
student. - Upload
DML.sqlfile to database.
- Open
Login.htmlpage. if you don't have an account selectDon't have an account - If you have an account, you'll be redircted to
Course.phppage, wrong username and password will keep you in the same page. - If you don't have an account, you'll be redircted to
Department.phppage, then you select your department, you'll be redircted toCourse.phppage.
Form is validated against blank entries and re-used emails.
