Page 1 of 1

a. Write a PHP program to create a Database by name “Hospital”, also create a table with name “Patients” with fields as

Posted: Fri May 20, 2022 11:45 am
by answerhappygod
a. Write a PHP program to create a Database by name
“Hospital”, also create a table with name “Patients” with fields as
PatientID, PatientName, DoctorName & DateOfAdmission.
b. INSERT any 4 values in the above created Hospital
table.
please write the code and screenshot
output for each part