Online Course Registration in PHP Free Source Code
Online Course Registration System with Source Code is a PHP project that can enroll students in any course in a convenient way. The system is easier to use, the student is required to log in first before they can enroll. The student must provide their pin# to proceed in the selection of courses. They can also print out their registration details after finishing the enrollment process.
About
The program was developed using PHP/MySQLi, MySQL Database, HTML, CSS, Javascript, and Bootstrap. The admin has a big purpose here, he/she will register new students, provide pin code, adding courses, and monitoring the total enrollees, in other words, the admin user is in charge of managing all of the records of this system. After the admin created the student access, the student can log in to the system using his/her Registration Number and password provided by the admin. The student can enroll in a course for a specific session and department. He/She can also update his/her system password and profile. Then the student can also print his/her enrollment records same as the admin for all students.
Features
Admin
- Secure Login
- Manage Session
- Manage Semester
- Manage Department
- Manage Course
- Register Student
- Manage Student
- List of Enrollment History
- List of Student Logs
- Print Enrollment Records
Student
- Secure Login
- Update Password
- Update and View Profile
- Enroll
- View List of Enrollment History
- Print Enrollment Records
How to Run
Requirements
- Download and Install any local web server such as XAMPP/WAMP.
- Download the provided source code zip file. (download button is located below)
Installation/Setup
- Open your XAMPP/WAMP's Control Panel and start the
Apache
andMySQL
. - Extract the downloaded source code zip file.
- If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
- Browse the
PHPMyAdmin
in a browser. i.e.http://localhost/phpmyadmin
- Create a new database naming
onlinecourse
. - Import the provided
SQL
file. The file is known asonlinecourse.sql
located inside the db folder. - Browse the Online Course Registration System in a browser. i.e.
http://localhost/Online%20Course%20Registration/
andhttp://localhost/Online%20Course%20Registration/admin
for the admin side.
Admin Login Information
Username: admin
Password: admin
DEMO
The Source Code is ready to be downloaded, just kindly click the download button below. I hope that this system can help you to what you are looking for. For more updates and tutorials just kindly visit this site.
Enjoy Coding!!
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
A request for Online Course Registration
I am truly grateful for this work
please I use admin as the…
User and password incorect.
Add new comment
- Add new comment
- 42739 views