Online Covid Vaccination Scheduler System in PHP Free Source Code
Introduction
This is a PHP Project entitled Online Covid-19 Vaccination Scheduler System. This system provides the individual an online platform in which they can schedule their vaccination on their desired date and location. The system automatically counts the number of availability of individuals that can schedule on a specific day.
About this System
This Online Covid-19 Vaccination Scheduler System was developed using PHP, MySQL Database, HTML, CSS, Bootstrap, JavaScript (jQuery and Ajax), and some libraries/plugins. The system stores the list of locations vaccination and a maximum number of people per day that can be entertained/accommodate can be set. The people can simply select the area or location where and when they wish to schedule their vaccination. This public website shows a Calendar and each day that still has an available slot will show a clickable element that triggers to open the scheduling form. The user will fill up the details and when the form submitted successfully, the system will provide a schedule code for the user.
Features
- Public Website
- Users/Invdiviual can Submit their vaccination Schedule
- Generates Schedule Ticket Code
- Admin Panel
- Manage Vaccination Location
- Manage Individual List
- Multiple Individual Action (Update to No Show/Done and Delete form list and Schedule)
Sample snapshots
Public Website
Scheduling Form
Schedule Ticket Code
Admin Dashboard
Individual List
How to Run
Requirements
- Download and Install any local web server such as XAMPP/WAMP.
- Download the provided source code zip file. (download button is located below)
Installation/Setup
- Open your XAMPP/WAMP's Control Panel and start the
Apache
andMySQL
. - Extract the downloaded source code zip file.
- If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
- Browse the
PHPMyAdmin
in a browser. i.e.http://localhost/phpmyadmin
- Create a new database naming
scheduler
. - Import the provided
SQL
file. The file is known asscheduler.sql
located inside the database folder. - Browse the Online Covid-19 Vaccination Scheduler System in a browser. i.e.
http://localhost/scheduler
andhttp://localhost/scheduler/admin
for the admin side.
Admin Access information
Username: admin
Password: admin123
DEMO
That's it! You can now explore the features and functionalities of this Online Covid-19 Vaccination Scheduler System in PHP. The project source code is free to download. Feel free to download and modify the source code the way you wanted. I hope this will help you with what you are looking for and for your future PHP Projects.
Explore more on this website for more Free Source Codes and Tutorials.
Enjoy :)
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
Hi, may I know the error you…
Hi, may I know the error you encountered so I could fix it? Thanks
its http://localhost…
Hi, I have checked the…
Hi, I have checked the source code it works fine with me. I re-uploaded the source code zip file that I used to check to make sure of it. You can now download and test it again. And if you still encountered the same error, feel free to leave a comment. By the way, I am using PHP VERSION 8.0.2 in this project. Thanks
Paano po ma disable ang…
Hi! Are you having an error…
Hi! Are you having an error when browsing the source code in your localhost. I used XAMPP v3.3.0 which has PHP version 8.0.7 in developing this project.
hi. I already try your…
Hi, I will review my source…
Hi, I will review my source code and fixed the bug. Then, I will update the source code on this website afterward.
HI sir, Appreciate your work…
Paano po ma disable ang…
how can I delete the adding…
Hi, is there any error…
Hi, is there any error message that occurred? And, may I know the PHP version you are using.Thanks
hi, Can you please help me…
Hi, you can just add a new…
Hi, you can just add a new table in the database and add an input field to the form, and put the table column name as the name attribute of the input. The backend will automatically save that field in your database then.
For Example
Database Table_1 column[new_column_name]
- <input id="new_column_name" name="new_column_name" required>
Hope this will help you.
Hello, thanks for the code…
Hi, have you already changed…
Hi, have you already changed the defined base_url in initialize.php?
Add new comment
- Add new comment
- 11163 views