Online Student Enrollment System Project In PHP

About The Project

Online Student Enrollment System or online student registration system project in php is created using PHP/MySQL and this application can help reduce the manpower needed to facilitate an enrollment process. The double entries on enrolling two people at the same time can eliminate human error.

Online student enrollment system enables students to enroll in their subjects prior to the commencement of their semesters.

Project Information’s

Project Name:Online Student Enrollment System Project In PHP and MySQL With Source Code
Language/s Used:PHP
PHP version (Recommended):5.6.3, 7.4.12
Database:MySQL
Type:Website, Web Application
Developer:IT SOURCECODE
Updates:0
Online Student Enrollment System – Project Information

Here are the following features:

  • It has an entry for Students, Course, Subject, Department and Faculty.
  • Reservation of subject during the enrollment process.
  • It is capable of advising of subject to the student by the Deans.
  • Able to assign and assess the number of units.
  • Class Listing
  • Class scheduling
  • Faculty subject loading
  • Query filters for different entries.

Screenshots of Online Student Registration System:

Student Filtration
Student Filtration

Student Filter:

Online enrollment system List of Student
This Form shows the list of Students

Listing of students

Online Registration System Reservation of Enrollment

Online Registration System Reservation of Enrollment

Reservation of Enrollment

To set up this Online Registration System Reservation of Enrollment system:

Online Student Registration System Project in PHP

  1. Step 1: Download the source code below then extract it.

  2. Step 2: Then create a new database to your PHPMyadmin named “kccregdb“.  

  3. Step 3: Next, inside the extracted folder look for the SQL file named “kccregdb.sql”

  4. Step 4: then import this file to your database.  

  5. Step 5: Test your program!  

You can log in to the system using this account:

Username[email protected]

Password: admin

Downloadable Source code

Source Code free download below.

Conclusion

This project Online Student Registration System Project in PHP is not yet 100% complete. The online student registration system documentation will be uploaded as soon as it is completed. I will make sure to include the online student registration system project ppt.

Readers might read also:

Inquiries

NOTE: If you have any questions or suggestion about this online student enrollment system, please feel free to drop a message on our contact page or simply leave a comment below.

65 thoughts on “Online Student Enrollment System Project In PHP”

  1. Importing to PhpMyAdmin has failed …
    Returning the following error

    — Table structure for table `ay`

    CREATE TABLE IF NOT EXISTS `ay` (
    `AY_ID` int(11) NOT NULL AUTO_INCREMENT,
    `ACADYR` varchar(40) NOT NULL,
    PRIMARY KEY (`AY_ID`),
    UNIQUE KEY `acadyr` (`ACADYR`)

    Someone help please, Am using XAMMP 4.2.2.11
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1;

  2. Oh dear help me 🙁
    Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\kccreg\includes\database.php:26 Stack trace: #0 C:\xampp\htdocs\kccreg\includes\database.php(20): Database->open_connection() #1 C:\xampp\htdocs\kccreg\includes\database.php(135): Database->__construct() #2 C:\xampp\htdocs\kccreg\includes\member.php(8): require_once(‘C:\\xampp\\htdocs…’) #3 C:\xampp\htdocs\kccreg\includes\initialize.php(26): require_once(‘C:\\xampp\\htdocs…’) #4 C:\xampp\htdocs\kccreg\index.php(2): require_once(‘C:\\xampp\\htdocs…’) #5 {main} thrown in C:\xampp\htdocs\kccreg\includes\database.php on line 26

  3. can you help me? i have this problem.

    Warning: require_once(C:/Program Files (x86)/EasyPHP-DevServer-14.1VC9/data/localweb\kccreg\includes\config.php): failed to open stream: No such file or directory in C:\Program Files (x86)\EasyPHP-DevServer-14.1VC9\data\localweb\projects\mamark\kccreg\includes\initialize.php on line 21

    Fatal error: require_once(): Failed opening required ‘C:/Program Files (x86)/EasyPHP-DevServer-14.1VC9/data/localweb\kccreg\includes\config.php’ (include_path=’.;C:\php\pear’) in C:\Program Files (x86)\EasyPHP-DevServer-14.1VC9\data\localweb\projects\mamark\kccreg\includes\initialize.php on line 21

  4. can you help me? i have this problem.

    Warning: require_once(C:/Program Files (x86)/EasyPHP-DevServer-14.1VC9/data/localweb\kccreg\includes\config.php): failed to open stream: No such file or directory in C:\Program Files (x86)\EasyPHP-DevServer-14.1VC9\data\localweb\projects\mamark\kccreg\includes\initialize.php on line 21

    Fatal error: require_once(): Failed opening required ‘C:/Program Files (x86)/EasyPHP-DevServer-14.1VC9/data/localweb\kccreg\includes\config.php’ (include_path=’.;C:\php\pear’) in C:\Program Files (x86)\EasyPHP-DevServer-14.1VC9\data\localweb\projects\mamark\kccreg\includes\initialize.php on line 21

  5. hi im having an error:
    1. there is no testing server running on the server machine.
    2. the testing server specified for this site does not map to the http://htdocs\kccreg/_mmServerScripts/MMHTTPBD.php URL. Verify that the URL Prefix maps to the root of the site

  6. Error says “Username or Password Not Registered! Contact Your administrator”. I have already changed the password in the useraccounts table to “1234” and change line 65 in the index.php to ($h_upass to $upass).

  7. plz help me
    Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\kccreg\includes\database.php:19 Stack trace: #0 C:\xampp\htdocs\kccreg\includes\database.php(13): Database->open_connection() #1 C:\xampp\htdocs\kccreg\includes\database.php(128): Database->__construct() #2 C:\xampp\htdocs\kccreg\includes\member.php(8): require_once(‘C:\\xampp\\htdocs…’) #3 C:\xampp\htdocs\kccreg\includes\initialize.php(26): require_once(‘C:\\xampp\\htdocs…’) #4 C:\xampp\htdocs\kccreg\index.php(2): require_once(‘C:\\xampp\\htdocs…’) #5 {main} thrown in C:\xampp\htdocs\kccreg\includes\database.php on line 19

    • how to set up sir? …

      I already created database;

      cd C:\\xampp\mysql\bin
      mysql -u root -p
      create database kccregdb;

      –after creating database, I successfully imported the sql file

      cd C:\\xampp\mysql\bin
      mysql -u root -p kccregdb open_connection() #1 C:\xampp\htdocs\kccreg\includes\database.php(135): Database->__construct() #2 C:\xampp\htdocs\kccreg\includes\member.php(8): require_once(‘C:\\xampp\\htdocs…’) #3 C:\xampp\htdocs\kccreg\includes\initialize.php(26): require_once(‘C:\\xampp\\htdocs…’) #4 C:\xampp\htdocs\kccreg\index.php(2): require_once(‘C:\\xampp\\htdocs…’) #5 {main} thrown in C:\xampp\htdocs\kccreg\includes\database.php on line 26

  8. Warning: require_once(C:/xampp/htdocs\kccreg\includes\includes/session.php): failed to open stream: No such file or directory in C:\xampp\htdocs\kccreg\includes\initialize.php on line 25

    Fatal error: require_once(): Failed opening required ‘C:/xampp/htdocs\kccreg\includes\includes/session.php’ (include_path=’C:\xampp\php\PEAR’) in C:\xampp\htdocs\kccreg\includes\initialize.php on line 25

  9. WARNING: require_once(C:Program File/Uwamp_3.0.2(web and database server) PORTABLE/Uwamp/www/kccreg/includes/config.php):faild to open stream: Nosl such file directory in C:/program file/uwamp_3.0.2(web and data base server) PORTABLE/Uwamp/www/kccreg/includes/initialize.php on line 21

    plss help me how can I fixed that?

  10. For over 4 consecutive days, am still battling with logging into this system.
    Why develop so complicated applications?
    I went ahead to build a custom login code block, still failed.
    What’s the logic behind this “Username or Password not registered…”?
    All debugging failed. I tried directly changing the login password from SQL file

    • This is not a complicated applications. We already provide the login account in our article. FYI, you cant change the password from sql because its a hash password or means its encrypted. You need to export the sql database in phpmyadmin.

Leave a Comment