WEB 250 Project 3 - PHP/MySQL


For this project I need you to create a page that will have two sections to it. I would probably create a table with a border for each of these sections to allow you to separate the sections.

One section will allow the user to see a drop down menu with all the cabin names. The user can then select the cabin by name.

The second section will allow the user to search by bedrooms, baths and a price range. You can set the price range. The user should be able to leave some of these items blank and show the items that were filled in.

After the user selects items from one of the sections they should be taken to the next page that will display what the user selected. You will have a few if statements to determine the structure of the SQL on this page.

For this project you will just work with the units table. I have included the table information below.

Units Table and Structure
Units Structure Units Table