Welcome to the Online Course Registration System! This web-based registration software facilitates the seamless registration of courses online, catering to the needs of educational institutions, corporate training programs, and online courses. The system allows students to register for courses by providing the necessary details, and administrators can manage various aspects of the registration process.
- Language Used: PHP 8.2.12
- Database: MySQL
- User Interface Design: HTML, CSS, AJAX, jQuery, JavaScript
- Software: XAMPP/Wamp/Mamp/Lamp (anyone)
-
The admin module is responsible for registering students and providing them with a username, password, and a unique pin code.
-
Pin code is used when a student enrolls for a course.
-
Admin can manage sessions, semesters, departments, courses, students, and view student logs.
-
Admin can post new announcements for all the students.
- Username: admin
- Password: Test@123
-
Students can log in using their registration number and password provided by the admin.
-
They can enroll in any available course and obtain a printout of their registered courses.
- Reg No.: 10806121
- Password: 123456
- Student Pincode for Course Enrollment (Student): 390022
- Download the zip file and unzip the project file on your local system.
- Cut the 'sql_file' folder, and paste it into some other directory, you will need the '.sql' file located in it.
- Copy the "Course_Registration_Portal" folder and place it inside the root directory of your server. (E.g. : C:\xampp\htdocs\Course_Registration_Portal)
- Open PHPMyAdmin.
- Create a new database named "onlinecourse"
- Import the database schema from the "onlinecourse.sql" file provided in the "sql_file" folder that you saved in some other directory earlier.
- Open your browser and enter the following URL: 'http://localhost/Course_Registration_Portal'