Database Programming :: Projects :: Video4Ever
Problem
Create a web page that allows you to search the Video4Ever database by branch. For the branch that was searched, display all of the available movies at the selected branch sorted by movie title with the following fields:
- Movie Title
- Movie Price
- Director First and Last Name
- Movies On Hand
You should output your results in an HTML table with alternating row colors. You should use an if statement to alternate the color of each row.
Upload your website and turn in the following through Google Drive:
- A document with the web address for your site.
- The source code (PHP, Javascript, HTML, and CSS files for your site.
Make sure your web page is designed using CSS and looks presentable.