#PHP Doctor Appointment System

SET UP

Installation

  1. To run php and mysql conveniently together install XAMPP:
  2. In XAMPP, Apache, config section: Change the httpd.conf, change both fields under 'Documentroot', save and restart Apache server.
~/Doctor Appointment

Generating MySQL Database:

MySQL Config:

Server host : localhost
Database : doctor_appointment
Port : 3306
Username : root
Password : ''
  1. Import data into mysql Enter $localhost/phpmyadmin, find doctor_appointment table, import, import sql file included in the source code directory.

Run project