Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started