Sale!

CSCI 466/566 Assignment 10 html, php and mysql solved

Original price was: $35.00.Current price is: $35.00. $21.00

Category: You will receive a download link of the .ZIP file upon Payment

Description

5/5 - (1 vote)

For this assignment (and the next 2 assignments) you need to use the Alexamara tables you created for
an earlier assignment. You should create 3 different pages, that will have links to each of the other
pages. Each page will be made up of some html (no more than one form per page) and some
php/mysql statements.
For all pages:
Put an appropriate title (centered) at the top of the page, use a table to make the columns line up (your
choice if you want borders or not), and put your name, section number and the due date for your
assignment at the bottom of the page, also centered. Links to the other pages should also be at the
bottom of the page.
Page One:
Design and code a web page that will display each Boat name, the owner first and last names, the
Marina name and the Slipnum of that boat.
Page Two:
Design and code a web page that has a drop down (selection) box that has a list of all the owner last
names, two buttons, one that will submit the page and one that will clear the selection. When the user
chooses a name and clicks the submit button, a list of all of the boats that belong to that owner should
appear on the same page.
Page Three:
Design and code a web page that has a list of boat names in a drop down (selection) box and two
buttons (submit and reset). When the user clicks the submit button, the page should display all of the
service that has been done on that boat. If no service has been done, a message should be displayed.
All pages that will use php, must have .php as the extension.