Create a suitable database for creating the website


Problem

A form to book a home car service with a workshop. The form should have the following fields. 1. Name 2. Email 3. Cell Number 4. Car Make 5. Car Model 6. Car Year -> This Should be a drop-down with values of the last 10 years. (HINT - use PHP array and for loop to populate the options/values in this field.) 7. Service Type: Should be drop-down and should have the following options. -- Oil Change -- Tyre Change -- Break Inspection -- Full Car Service After submitting the form, you should redirect to bookings.php On this PHP page, you should be able to validate all the inputs for null and inappropriate values entered by the user. If any of these inputs are invalid you should show the error on the screen regarding that particular input. If not, then show the message "Thanks {Name} for booking a Service. We will contact you shortly." One function of your functions, that you will create, must have the last 4 digits of your student id at the end of the function name. This program also needs to have an appropriate internal comment. Create a suitable database for creating the website, and save.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Create a suitable database for creating the website
Reference No:- TGS03312295

Expected delivery within 24 Hours