Question: Create a PHP Program that perform the following Connect to database server Create database under your name (DB_YOURNAME ) Create 3 tables as Table 1
Create a PHP Program that perform the following
Connect to database server
Create database under your name (DB_YOURNAME )
Create 3 tables as
Table 1 : Guest ( G_ID,G_Name, G_Gender , G_PhoneNo, G_Email, G_Address)
Table 2 : Rooms (R_ID,R_Size,R_Style, R_Level)
Table 3: Reservation (R_ID,R_R_data,R_Type,R_Payment)
Insert sample data into the three tables
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
