The Online Hospital Management System In PHP is a simple project developed using PHP, JavaScript, and CSS. The project contains an admin and user sides. The admin side manages all the management like managing doctors records, patient records and manage the appointment time, manage treatment facilities, and so on. The admin has an important role in the management of this online hospital management system.
About Online Hospital Management System In PHP
For the user section, the users can either be a patient or a doctor. The user can log in as a doctor, check their appointment, patients, timings, and so on. Similarly, to log in as a patient, the user should have their login id and password for this hospital. If the patient doesn’t have them, they can first register as a new patient. The patient can check their appointment times, prescription records, treatment records, and so on.
This Online Hospital Management System is in PHP, JavaScript, and CSS. Talking about the features of this system, it contains the admin section and the user section. All the editing, updating, managing doctors, patients, appointments and editing treatment facilities are from the admin section. The main feature of this system is to provide the browser to get appointments from a doctor through the internet instead of going there and fixing an appointment. The design of this system is pretty simple so that the user won’t get any difficulties while working on it.
How To Run Online Hospital Management System In PHP ?
To run this project, you must have installed a virtual server i.e. XAMPP on your PC (for Windows). This Online Hospital Management System is in PHP with source code is free to download, Use for educational purposes only!
After Starting Apache and MySQL in XAMPP, follow the following steps.
- Extract file
- Copy the main project folder
- Paste in xampp/htdocs/
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on the databases tab
- Create a database naming “onlinehospitalmanagementsystem” and then click on the import tab
- Click on browse file and select “onlinehospitalmanagementsystem.sql” file which is inside the “backup” folder
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/Hospital/”