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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!