Answered step by step
Verified Expert Solution
Question
1 Approved Answer
. . O o o 0 The image in this document shows the webpage that you should create using HTML. 2 The menu in the
. . O o o 0 The image in this document shows the webpage that you should create using HTML. 2 The menu in the HTML table has 3 options: Burger, Pizza, Rice, Chicken. The page should read the inputs from the client and send them to a php page when the Submit button is created. 1 The php page will store all the information into a mysql database table that you should create. The following information need to be stored: 4 Name Last name Order Quantity Address Order price Total price o Delivery charge Final price The php page should calculate the price according to: 5 o Delivery charge = 3$ Order price: Burger = 6$ Pizza = 4$ Rice = 3$ Chicken = 4.5$ Total price: Order price * quantity If the total is more than 20, give a discount of 10%. Final price: Total price + delivery Charge After pressing the Submit button, the updated table should show in a new tab. 2 You need to upload and submit the following: HTML file o Php file Screenshot of the mysql table that you created using the (describe) command in the terminal. 3 o Screenshot of the updated table in the browser after testing the code. 3 a . O Welcome to my Kitchen Your Name: Last Name: Your order: Burger Quantity: Address: Submit
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started