Doctor Appointment System using PHP/MySQLi with Source Code
About
The Doctor Appointment System with Source Code is a PHP project that can request a booking for a doctor's appointment. This program was created using these languages: PHP, HTML, MySQLi, and Javascript.
The system is basically easy to use, the patient needs to register an account first to be able to set an appointment. The patient has to fill up some needed information and select a doctor that suits their needs in order to process a request. The admin will register the doctors' system credentials and details. The doctors can list all of his/her appointments that booked by the patient. The doctor can also view the details of the patient.
The admin manages all the management by monitoring the daily transaction, assigning doctors, and tracking the records of patients.
Features
Admin
- Manage Doctors
- View List of Patients
- View List of Feedbacks
- View List of Appointments
Doctors
- View List of Appointments
- Manage Account Details
- Search Patient Information
Patient
- Search Medical Doctors
- Book an Appointment
- View and Manage Appointments
- Submit Feedback
- Manage Account Details
How to Run
Requirements
- Download and Install any local web server such as XAMPP/WAMP.
- Download and Extract the provided source code zip file.
Installation
- Open the XAMPP/WAMP's Control Panel and start the "Apache" and "MySQL".
- If you are using XAMPP, copy the extracted folder and paste it into the xampp's "htdocs" directory. If you use WAMP, paste it inside the "www" directory.
- Locate the SQL file known as "projectmms.sql". This file is located inside the "db" directory of the extracted folder.
- Open a browser and browse the PHPMyAdmin. (http://localhost/phpmyadmin)
- Create a new database naming "projectmms".
- Import the SQL file in your newly created database.
- Browse the web application. (http://localhost/doctor_appointment_system) and for the admin side (http://localhost/doctor_appointment_system)
Admin Access
Username: admin
Password: admin
Installdation Demo
That's it, you can now explore the features and functionalities of the Doctors Appointment System project. I hope this project will help you with what you are looking for and for your future PHP projects
Enjoy Coding!!
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
change your htdocs folder…
Add new comment
- Add new comment
- 17484 views