Online Course Management System Project

The online course management source code is developed in PHP & MYSQL programming languages, with 02 functional modules available: Admin module and student module.

  • Module for administrators: Register student accounts, manage sessions, semesters, departments, courses, diary of students;
  • Module for students: Log in to your account, register for any course, track the registered course.


* How to install script on localhost:

  • Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP scripts;
  • Download and extract the script and copy it to the web server directory;
  • Access phpMyAdmin to create a new database, then import file onlinecourse.sql database;
  • Open file config.php (in directory includes/config.php and admin/includes/config.php) to configuration database connection:
  • Site URL: http://localhost/project_name/
  • Admin panel URL: http://localhost/project_name/admin
  • Default login account: admin/admin

Password unzip file: blogitcode.com


Download
Previous Post Next Post