Due: See your Instructional Plan for exact due dates. Submit to: The Assignment 2 submission folder. Submission folders can be accessed by selecting Course Tools and then Assignments on the course navigation bar. Description Assignment 2 Rationale This assignment will evaluate the following Course Learning Outcomes: - Describe how PHP is used as part of a web application to enhance functionality and appearance using appropriate industry terminology. - Explain the purpose, operation, and implementation procedures for a variety of PHP tools and constructs including functions, event handlers, sessions, and objects. - Create working PHP programs based on a defined user requirement for a web page using industry-best practices and strategies to create efficient, maintainable, and re-useable code. - Apply industry standard naming and commenting conventions to communicate a design and supporting ongoing maintenance and reuse of code. Directions Create 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 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 shorthy: 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 this data in the database. Along with the code, please make sure to submit the SQL script and screenshot of the table records. Please use your name in the input field. and submit the screenshots foc each scenario along with PHP files. Please fill YourName and other details and submit screenshots with the code files. Please Include