You are on page 1of 4

Online Course Registration Using PHP

and MySQL
BY ANUJ KUMAR

Online Course Registration System Introduction


Online Course Registration System is Web-based registration software that helps you
to register courses online. It is ideal for schools, educational camps, corporate training
programs, and online training programs. It also provides time to time current status
information related to courses. It can help for the student need to register by giving
necessary details, for the desired course.

Project Requirements
Project Name Online Course R

Language Used PHP5.6, P

Database MySQL

User Interface Design HTML, AJAX,JQUER

Web Browser Mozilla, Google Chro

Software XAMPP / Wamp / Mam

Online Course Registration System Modules


This Project Divided into two modules

 Admin
 Student
Admin—–Admin will register the student and provide username,password and
pincode.Pincode will be used when a student enrolls for the course. Admin can
manage session,semester,departments,course,students,students log
Admin Panel
Snapshot

Students– Students can log in with valid reg no and password provided by the admin.
Students can enroll for any course and can printout of the registered course.
Student panel
Snapshot

Project Demo
View Demo
Online Course Registration System Installation Steps

1. Download and Unzip the file on your local system.


2. Copy onlinecourse and Put this file inside the root directory
3. Database Configuration

Database Configuration
Open PHPMyAdmin
Create Database onlinecourse
Import database onlinecourse.sql (available inside the zip package)
Open Your browser put inside browser “http://localhost/onlinecourse”

Login Details for admin:


Username: admin
Password: Test@123
Login Details for Student:
Reg No.:10806121
Password: Test@123
Student Pincode for enroll Course Student: 822894

Download Source Code(Online Course Registration)

You might also like