Feel Free To Contribute.
Features
- Admin, Customer, Doctor login
- Sessions
- Dynamic header
- Book doctor and test Appointment
- Online Report
- Can book an Appointment.
- Can Delete an Appointment.
- Can update Profile info.
- Can update Password.
- Can Look for Appointment.
- Can Delete an Appointment.
- Can update basic Profile info.
- Can update Password.
- Can see current status for no. of Appointments.
- Can upload Report.
- Can update Doctor and test details.
- Can update Password.
Change credentials in config.php.
<?php $con = mysqli_connect("localhost","user","password","database") or die(mysqli_error()); ?>
Open PHPmyadmin create a database named project.
Import the project.sql file in database folder.