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

Online Course Registration Using PHP and MySQL

This document summarizes an online course registration project built with PHP and MySQL. It has two modules: admin and student. The admin can register students, manage sessions, semesters, departments, courses and student logs. Students can log in with credentials provided by the admin and enroll in courses, printing confirmations. It provides installation instructions to download, import the database, and log in to demo the admin and student interfaces.

Uploaded by

Sameer G
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
739 views

Online Course Registration Using PHP and MySQL

This document summarizes an online course registration project built with PHP and MySQL. It has two modules: admin and student. The admin can register students, manage sessions, semesters, departments, courses and student logs. Students can log in with credentials provided by the admin and enroll in courses, printing confirmations. It provides installation instructions to download, import the database, and log in to demo the admin and student interfaces.

Uploaded by

Sameer G
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

Project Name Online Course Registration

Language Used PHP5.6, PHP7.x

Database MySQL 5.x

User Interface Design HTML, AJAX,JQUERY,JAVASCRIPT

Web Browser Mozilla, Google Chrome, IE8, OPERA

Software XAMPP / Wamp / Mamp/ Lamp (anyone)

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
Installation Steps(Configuration)

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


2. 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
To log in as admin put inside browser “http://localhost/onlinecourse/admin”
Login Details for admin: admin/Test@123
To log in as Student put inside browser “http://localhost/onlinecourse/”
Login Details for Student: 10806121/Test@123
Student Pincode for enroll Course Student: 715948

You might also like