├── Backend ├── Admin.php ├── Admin.sublime-workspace ├── Admin_script.js ├── Ch_pass.php ├── Login.html ├── Logout.php ├── Patient.php ├── Patient_reg.php ├── Patient_script.js ├── Style │ ├── 1869189 - Copy.jpg │ ├── 1869189.jpg │ ├── 18691897.jpg │ ├── Admin_style.css │ ├── Patient_style.css │ ├── doctor_css.css │ ├── logo_hospital_01_by_davicinpuntocom-d31hfy2.jpg │ ├── profile_css.css │ └── report_style.css ├── Validate │ ├── doctor.js │ └── patient.js ├── aimage │ ├── admin_icon.jpg │ ├── adnan.jpg │ └── di.jpg ├── appointment.php ├── change_p.php ├── connection.php ├── doc_delete.php ├── doctor.php ├── doctor_mod.php ├── doctor_mod1.php ├── doctor_mod2.php ├── doctor_reg.php ├── doctor_script.js ├── doctor_view.php ├── history.php ├── index.html ├── insert_doc.php ├── insert_doct.php ├── logincheck.php ├── patient_delete.php ├── patient_mod.php ├── patient_mod1.php ├── patient_mod2.php ├── patient_view.php ├── profile.php ├── profile_script.js ├── report.php ├── report_script.js ├── report_upload.php ├── reportfile │ ├── 1258.pdf │ ├── 466-466-1-PB.pdf │ ├── Challan.pdf │ ├── DigiUniv.pdf │ ├── License.rtf │ ├── TDC new system.pdf │ ├── bank_charges.pdf │ ├── bsc-IT_syllabus.pdf │ ├── extension notice.pdf │ └── refund_policy.pdf └── valid │ ├── Patient_reg.php │ └── patient.js ├── Frontend ├── Image │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ └── 6.jpg ├── cancel_app.php ├── cancel_app1.php ├── confirm_app.php ├── connection.php ├── contact.html ├── d_cancel_app.php ├── d_cancel_app1.php ├── d_logincheck.php ├── d_logout.php ├── d_view_app.php ├── dlogin_inc.php ├── doctor.php ├── doctor_profile.php ├── doctor_src.php ├── doctor_src1.php ├── f_comment.php ├── feedback.php ├── feedback_validate.js ├── getday.php ├── gettime.php ├── his_delete.php ├── his_update.php ├── his_update1.php ├── his_update2.php ├── his_upload.php ├── his_upload1.php ├── his_view.php ├── img │ ├── 123.jpg │ ├── 1869189 - Copy.jpg │ ├── 1869189.jpg │ ├── 18691897.jpg │ ├── about_header.jpg │ ├── logo_hospital_01_by_davicinpuntocom-d31hfy2.jpg │ ├── patients-visitors.jpg │ └── slider-41.jpg ├── imge │ ├── b310405e699502b30bb8518e177fb3f82.jpg │ ├── divyanshu.jpg │ ├── doctor.jpg │ ├── hospital-symbol-vector-1052373.jpg │ ├── outer-wrapper.png │ └── patient.jpg ├── index.html ├── login_inc.php ├── make_app.php ├── p_logincheck.php ├── p_logout.php ├── p_report.php ├── p_report_upload.php ├── patient.php ├── patient_profile.php ├── report_download.php ├── signup.php ├── signup_com.php ├── signup_script.js ├── test.php └── view_app.php ├── README.md └── database_con.php /Backend/Admin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/Admin.php -------------------------------------------------------------------------------- /Backend/Admin.sublime-workspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/Admin.sublime-workspace -------------------------------------------------------------------------------- /Backend/Admin_script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/Admin_script.js -------------------------------------------------------------------------------- /Backend/Ch_pass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/Ch_pass.php -------------------------------------------------------------------------------- /Backend/Login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/Login.html -------------------------------------------------------------------------------- /Backend/Logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/Logout.php -------------------------------------------------------------------------------- /Backend/Patient.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/Patient.php -------------------------------------------------------------------------------- /Backend/Patient_reg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/Patient_reg.php -------------------------------------------------------------------------------- /Backend/Patient_script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/Patient_script.js -------------------------------------------------------------------------------- /Backend/Style/1869189 - Copy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/Style/1869189 - Copy.jpg -------------------------------------------------------------------------------- /Backend/Style/1869189.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/Style/1869189.jpg -------------------------------------------------------------------------------- /Backend/Style/18691897.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/Style/18691897.jpg -------------------------------------------------------------------------------- /Backend/Style/Admin_style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/Style/Admin_style.css -------------------------------------------------------------------------------- /Backend/Style/Patient_style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/Style/Patient_style.css -------------------------------------------------------------------------------- /Backend/Style/doctor_css.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/Style/doctor_css.css -------------------------------------------------------------------------------- /Backend/Style/logo_hospital_01_by_davicinpuntocom-d31hfy2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/Style/logo_hospital_01_by_davicinpuntocom-d31hfy2.jpg -------------------------------------------------------------------------------- /Backend/Style/profile_css.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/Style/profile_css.css -------------------------------------------------------------------------------- /Backend/Style/report_style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/Style/report_style.css -------------------------------------------------------------------------------- /Backend/Validate/doctor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/Validate/doctor.js -------------------------------------------------------------------------------- /Backend/Validate/patient.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/Validate/patient.js -------------------------------------------------------------------------------- /Backend/aimage/admin_icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/aimage/admin_icon.jpg -------------------------------------------------------------------------------- /Backend/aimage/adnan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/aimage/adnan.jpg -------------------------------------------------------------------------------- /Backend/aimage/di.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/aimage/di.jpg -------------------------------------------------------------------------------- /Backend/appointment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/appointment.php -------------------------------------------------------------------------------- /Backend/change_p.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/change_p.php -------------------------------------------------------------------------------- /Backend/connection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/connection.php -------------------------------------------------------------------------------- /Backend/doc_delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/doc_delete.php -------------------------------------------------------------------------------- /Backend/doctor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/doctor.php -------------------------------------------------------------------------------- /Backend/doctor_mod.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/doctor_mod.php -------------------------------------------------------------------------------- /Backend/doctor_mod1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/doctor_mod1.php -------------------------------------------------------------------------------- /Backend/doctor_mod2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/doctor_mod2.php -------------------------------------------------------------------------------- /Backend/doctor_reg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/doctor_reg.php -------------------------------------------------------------------------------- /Backend/doctor_script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/doctor_script.js -------------------------------------------------------------------------------- /Backend/doctor_view.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/doctor_view.php -------------------------------------------------------------------------------- /Backend/history.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/history.php -------------------------------------------------------------------------------- /Backend/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/index.html -------------------------------------------------------------------------------- /Backend/insert_doc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/insert_doc.php -------------------------------------------------------------------------------- /Backend/insert_doct.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/insert_doct.php -------------------------------------------------------------------------------- /Backend/logincheck.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/logincheck.php -------------------------------------------------------------------------------- /Backend/patient_delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/patient_delete.php -------------------------------------------------------------------------------- /Backend/patient_mod.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/patient_mod.php -------------------------------------------------------------------------------- /Backend/patient_mod1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/patient_mod1.php -------------------------------------------------------------------------------- /Backend/patient_mod2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/patient_mod2.php -------------------------------------------------------------------------------- /Backend/patient_view.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/patient_view.php -------------------------------------------------------------------------------- /Backend/profile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/profile.php -------------------------------------------------------------------------------- /Backend/profile_script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/profile_script.js -------------------------------------------------------------------------------- /Backend/report.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/report.php -------------------------------------------------------------------------------- /Backend/report_script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/report_script.js -------------------------------------------------------------------------------- /Backend/report_upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/report_upload.php -------------------------------------------------------------------------------- /Backend/reportfile/1258.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/reportfile/1258.pdf -------------------------------------------------------------------------------- /Backend/reportfile/466-466-1-PB.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/reportfile/466-466-1-PB.pdf -------------------------------------------------------------------------------- /Backend/reportfile/Challan.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/reportfile/Challan.pdf -------------------------------------------------------------------------------- /Backend/reportfile/DigiUniv.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/reportfile/DigiUniv.pdf -------------------------------------------------------------------------------- /Backend/reportfile/License.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/reportfile/License.rtf -------------------------------------------------------------------------------- /Backend/reportfile/TDC new system.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/reportfile/TDC new system.pdf -------------------------------------------------------------------------------- /Backend/reportfile/bank_charges.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/reportfile/bank_charges.pdf -------------------------------------------------------------------------------- /Backend/reportfile/bsc-IT_syllabus.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/reportfile/bsc-IT_syllabus.pdf -------------------------------------------------------------------------------- /Backend/reportfile/extension notice.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/reportfile/extension notice.pdf -------------------------------------------------------------------------------- /Backend/reportfile/refund_policy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/reportfile/refund_policy.pdf -------------------------------------------------------------------------------- /Backend/valid/Patient_reg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/valid/Patient_reg.php -------------------------------------------------------------------------------- /Backend/valid/patient.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Backend/valid/patient.js -------------------------------------------------------------------------------- /Frontend/Image/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/Image/1.jpg -------------------------------------------------------------------------------- /Frontend/Image/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/Image/2.jpg -------------------------------------------------------------------------------- /Frontend/Image/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/Image/3.jpg -------------------------------------------------------------------------------- /Frontend/Image/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/Image/4.jpg -------------------------------------------------------------------------------- /Frontend/Image/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/Image/5.jpg -------------------------------------------------------------------------------- /Frontend/Image/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/Image/6.jpg -------------------------------------------------------------------------------- /Frontend/cancel_app.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/cancel_app.php -------------------------------------------------------------------------------- /Frontend/cancel_app1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/cancel_app1.php -------------------------------------------------------------------------------- /Frontend/confirm_app.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/confirm_app.php -------------------------------------------------------------------------------- /Frontend/connection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/connection.php -------------------------------------------------------------------------------- /Frontend/contact.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/contact.html -------------------------------------------------------------------------------- /Frontend/d_cancel_app.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/d_cancel_app.php -------------------------------------------------------------------------------- /Frontend/d_cancel_app1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/d_cancel_app1.php -------------------------------------------------------------------------------- /Frontend/d_logincheck.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/d_logincheck.php -------------------------------------------------------------------------------- /Frontend/d_logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/d_logout.php -------------------------------------------------------------------------------- /Frontend/d_view_app.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/d_view_app.php -------------------------------------------------------------------------------- /Frontend/dlogin_inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/dlogin_inc.php -------------------------------------------------------------------------------- /Frontend/doctor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/doctor.php -------------------------------------------------------------------------------- /Frontend/doctor_profile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/doctor_profile.php -------------------------------------------------------------------------------- /Frontend/doctor_src.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/doctor_src.php -------------------------------------------------------------------------------- /Frontend/doctor_src1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/doctor_src1.php -------------------------------------------------------------------------------- /Frontend/f_comment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/f_comment.php -------------------------------------------------------------------------------- /Frontend/feedback.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/feedback.php -------------------------------------------------------------------------------- /Frontend/feedback_validate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/feedback_validate.js -------------------------------------------------------------------------------- /Frontend/getday.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/getday.php -------------------------------------------------------------------------------- /Frontend/gettime.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/gettime.php -------------------------------------------------------------------------------- /Frontend/his_delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/his_delete.php -------------------------------------------------------------------------------- /Frontend/his_update.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/his_update.php -------------------------------------------------------------------------------- /Frontend/his_update1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/his_update1.php -------------------------------------------------------------------------------- /Frontend/his_update2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/his_update2.php -------------------------------------------------------------------------------- /Frontend/his_upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/his_upload.php -------------------------------------------------------------------------------- /Frontend/his_upload1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/his_upload1.php -------------------------------------------------------------------------------- /Frontend/his_view.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/his_view.php -------------------------------------------------------------------------------- /Frontend/img/123.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/img/123.jpg -------------------------------------------------------------------------------- /Frontend/img/1869189 - Copy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/img/1869189 - Copy.jpg -------------------------------------------------------------------------------- /Frontend/img/1869189.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/img/1869189.jpg -------------------------------------------------------------------------------- /Frontend/img/18691897.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/img/18691897.jpg -------------------------------------------------------------------------------- /Frontend/img/about_header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/img/about_header.jpg -------------------------------------------------------------------------------- /Frontend/img/logo_hospital_01_by_davicinpuntocom-d31hfy2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/img/logo_hospital_01_by_davicinpuntocom-d31hfy2.jpg -------------------------------------------------------------------------------- /Frontend/img/patients-visitors.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/img/patients-visitors.jpg -------------------------------------------------------------------------------- /Frontend/img/slider-41.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/img/slider-41.jpg -------------------------------------------------------------------------------- /Frontend/imge/b310405e699502b30bb8518e177fb3f82.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/imge/b310405e699502b30bb8518e177fb3f82.jpg -------------------------------------------------------------------------------- /Frontend/imge/divyanshu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/imge/divyanshu.jpg -------------------------------------------------------------------------------- /Frontend/imge/doctor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/imge/doctor.jpg -------------------------------------------------------------------------------- /Frontend/imge/hospital-symbol-vector-1052373.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/imge/hospital-symbol-vector-1052373.jpg -------------------------------------------------------------------------------- /Frontend/imge/outer-wrapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/imge/outer-wrapper.png -------------------------------------------------------------------------------- /Frontend/imge/patient.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/imge/patient.jpg -------------------------------------------------------------------------------- /Frontend/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/index.html -------------------------------------------------------------------------------- /Frontend/login_inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/login_inc.php -------------------------------------------------------------------------------- /Frontend/make_app.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/make_app.php -------------------------------------------------------------------------------- /Frontend/p_logincheck.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/p_logincheck.php -------------------------------------------------------------------------------- /Frontend/p_logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/p_logout.php -------------------------------------------------------------------------------- /Frontend/p_report.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/p_report.php -------------------------------------------------------------------------------- /Frontend/p_report_upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/p_report_upload.php -------------------------------------------------------------------------------- /Frontend/patient.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/patient.php -------------------------------------------------------------------------------- /Frontend/patient_profile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/patient_profile.php -------------------------------------------------------------------------------- /Frontend/report_download.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/report_download.php -------------------------------------------------------------------------------- /Frontend/signup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/signup.php -------------------------------------------------------------------------------- /Frontend/signup_com.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/signup_com.php -------------------------------------------------------------------------------- /Frontend/signup_script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/signup_script.js -------------------------------------------------------------------------------- /Frontend/test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/test.php -------------------------------------------------------------------------------- /Frontend/view_app.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/Frontend/view_app.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Doctor-Appointment 2 | Developed using HTML5, CSS3, JavaScript, PHP 5.0+,AJAX ,MySql. 3 | -------------------------------------------------------------------------------- /database_con.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divScorp/Doctor-Appointment/HEAD/database_con.php --------------------------------------------------------------------------------