WEB 250 Project 2 - PHP/MySQL
For this project I need you to create five pages where each page will run one of the following statements from the previous project.
- We need to know the cabins that have two bathrooms.
- We also need to know the cabins that cost less than $220.
- Now we need to see all the cabins that have three or more bedrooms in Bryson City.
- Next we need to see all the rafting trips.
- The last thing we need to see is everything from the vacation package table and the notes pulled from the categories table. This should all be in one SQL statement. (HINT: It is a type of JOIN)
I have included the table information below.
Units Table and Structure
 |
Vacation Packages Structure and Table

|
Vacation Package Categories Structure and Table

|