The Hospital Information 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 medicine records, patient records and manage the diagnosis, and so on. The admin has an important role in the management of this hospital information system. The user are the manager who manages the patient’s appointment.
About Hospital Information System Project In PHP
This Hospital Information 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 patients, appointments, and editing treatment facilities are from the admin section. The main feature of this system is to prescribe medicines and make appointments for patient. The design of this system is pretty simple so that the user won’t get any difficulties while working on it.
How To Run Hospital Information System Project In PHP ?
To run this project, you must have installed a virtual server i.e XAMPP on your PC (for Windows). This Hospital Information 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.
- 1st Step: Extract file
- 2nd Step: Copy the main project folder
- 3rd Step: Paste in xampp/htdocs/
- 4th Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
- 5th Step: Then, click on the databases tab
- 6th Step: Create a database naming “his” and then click on the import tab
- 7th Step: Click on browse file and select “his.sql” file which is inside the “HIS” folder
- 8th Step: Click on go.
After Creating Database,
- 9th Step: Open a browser and go to URL “http://localhost/HIS/”