0% found this document useful (0 votes)
81 views

Online Course Registration Using PHP and MySQL

This document describes an online course registration system built with PHP and MySQL. The system allows students to register for courses online and provides administrators a way to manage student enrollment, courses, sessions, and more. It has two main modules - one for administrators and one for students. The administrator module handles user creation and course management. The student module enables students to enroll in courses and view their registered courses. Installation instructions are included to set up the system using a local server like XAMPP.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
81 views

Online Course Registration Using PHP and MySQL

This document describes an online course registration system built with PHP and MySQL. The system allows students to register for courses online and provides administrators a way to manage student enrollment, courses, sessions, and more. It has two main modules - one for administrators and one for students. The administrator module handles user creation and course management. The student module enables students to enroll in courses and view their registered courses. Installation instructions are included to set up the system using a local server like XAMPP.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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