Skip to content

Simple implementation for Student Registration database using SQL, HTML, CSS, and JavaScript.

Notifications You must be signed in to change notification settings

semsem-dev/Student-Registration-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Registration Database

Objectives

● 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.

Instructions

Pre-steps

  1. Make sure you apache server working and create an empty database and name it student.
  2. Upload DML.sql file to database.

How to?

  1. Open Login.html page. if you don't have an account select Don't have an account
  2. If you have an account, you'll be redircted to Course.php page, wrong username and password will keep you in the same page.
  3. If you don't have an account, you'll be redircted to Department.php page, then you select your department, you'll be redircted to Course.php page.

Notes

Form is validated against blank entries and re-used emails.

Samples

alt text

About

Simple implementation for Student Registration database using SQL, HTML, CSS, and JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published