Question: Create an HTML form page for the auto parts store. It should contain the following:The form action will use the POST method to send data
Create an HTML form page for the auto parts store. It should contain the following:The form action will use the POST method to send data to your results page.The form should have products that can be ordered. These should have a text box that accepts numeric data for the amount of each product being ordered.The form will ask how the user heard about the auto parts store with a drop down list field containing different options that can be selected from.The form must have a button to submit the order.The page should look something like this:Image of HTML order form page.Next, you will need to create a PHP page that returns the results. It should:Pull in the data from the form.Set constants for the price of each of your items.Print the name of the auto parts store.Have a subheading that says "Order Results".Display the time and date the order was processed.Calculate and display the amount of each product that was ordered.Calculate and display the total items ordered.Calculate and display the subtotal.Calculate and display the total which is the subtotal plus tax tax rate is Your page should look something like this:Order Results Image
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
