Online Application System is developed using PHP, CSS, and JavaScript. Talking about the project, it contains an admin and a user side from where a user can register online for school/college admission. The users play an important role in the management of this system. In this project, all the main function have to be performed from the admin side.
About Online Application System For Admission In PHP
Talking about the features of the Online Application System for Admission, the user can simply sign up in which the user name and password are auto-generated by the system. Students can upload all their required document copies, make payments, check payment status, admit card, print application, Result.
Talking about the admin panel, the admin can check Authenticity of student, upload Admit card in .cvs format. He/she can also edit Admit Card, upload marks, payment status, add new manager, View applied students, their documents, and Verify Admit card.
Features of Online Application System For Admission In PHP :
- Student and Admin login
- Upload required documents
- Payment status
- Manage Admit cards
- View applied students
- Add new manager
- Verify admit card
How To Run Online Application System For Admission In PHP ?
Design of this project is pretty simple so that the user won’t find any difficulties while working on it. Online Application System for Admission in PHP helps the user to fill up the application for admission of schools and college. To run this project you must have installed virtual server i.e XAMPP on your PC (for Windows). After Starting Apache and MySQL in XAMPP, follow the following steps
- Extract file
- Copy the main project folder
- Paste in xampp/htdocs/
Now Connecting Database
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on the databases tab
- Create a database naming “oas” and then click on the import tab
- Click on browse file and select “oas.sql” file which is inside “DATABASE” folder
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/enrollment/”
For Admin Login
Go to URL “http://localhost/enrollment/adminlogin.php”
Login details are Provided in the username and password which is provided inside the “Readme.txt” file.