Get Latest Final Year Computer Projects in your Email

Your Email ID:
FYP.in Subs

Online Course Registration System in PHP

Download Project:

Fields with * are mandatory

An Online Course Registration system for University of Dataville is to be developed with a front-end web interface and a back-end database. An example of the system would be University of Florida’s ISIS Registration.

Any database system can be chosen as the back-end such as Oracle, MySQL, Microsoft SQL Server, DB2, Access. Any web server can be chosen for the front end such as Tomcat, Glassfish, JRun, etc. Any server side language can be chosen such as PHP, JSP, ASP, etc.

Project Specification:

A high level description of the project:
• Each student has a unique student ID and a profile. The profile includes first/last names, gender, date of birth, local address, department, enrolled year, username, login password, and may have a picture. You can also add other necessary information.
• Each instructor has a unique faculty ID and a profile. The profile must indicate the instructor’s department(s). An instructor may work at more than one department. A department has a unique department ID, a name and a list of faculties.
• Each course has a course number, an instructor, given department, term, credits, classroom, periods, prerequisite courses, textbooks, and other information you think is necessary.

Online Course Registration System in PHP

Online Course Registration System in PHP

• A classroom has a unique ID and a unique location. Classrooms can hold more than one course each term, but these courses cannot conflict in time. Classrooms have capacities. Registered students’ number cannot exceed the class room capacity.
• Must maintain all the courses a student has already taken/registered. This is used to check course prerequisites when registration.
• Students may login (with username and password) to the system to register courses or retrieve all the courses they have already taken/registered.
• Instructors may login (with username and password) to the system to add courses or retrieve all the courses they have already given/added.
• A student cannot register a course if: 1) he/she doesn’t meet the prerequisites, 2) the students registered in the course exceed the capacity of the classroom, 3) the course has a time conflict with other courses in the same term.
• An instructor cannot add a course if: 1) the classroom has already occupied by another course in the same period, 2) he/she has another course in the same period, 3) he/she is not affiliated to the department of this course.
• A day has 12 periods and a week has 5 days. Instructor provides periods when adding courses to the system.
• Students may retrieve all the courses given by a department, an instructor, or held in a specific period.
• There can be an arbitrary number of students/instructors/departments/classrooms courses
Source: University of Florida
Authors: Tolstoy Newtonraja |  Aditya Nafde

Download Project

>> PHP Projects – Free Downloads with Source Code and Project Report

Online Course Registration System in .Net with Source Code

More Projects on Online Course Registration System

Download Project:

Fields with * are mandatory