Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a website called Leonardo Pizza. You are required to use a CSS library such as Materialize or W 3 . CSS . The website
Create a website called Leonardo Pizza. You are required to use a CSS library such as Materialize or WCSS The website has two pages:
LeonardoPizzaOrder.php
This page should allow the customer to enter hisher name and last name as well as pizza name and size. When the customer clicks "Submit", the order summary should be displayed below the price table. The order summary should include order datetime customer name and last name, pizza name, pizza size and total price. The total price should be calculated based on the price table. The order should be saved to a file called 'pizzaOrder.csv If the file does not exist, it should create it If it already exists, it should add the new order at the end of the file without modifying past orders. Each order should be a row in the file and each row a commaseparated list of values.
LeonardoPizzaShowOrders.php
This page displays all orders in an HTML table. The table's data should come from the file pizzaOrder.csv created by the order page.
Both pages should look as close as possible to the screenshots below.
You can either upload a zip file called PizzaYourNameAndLastName with your ALL of your work or copy and paste your entire code on the comments section. First,
LeonardoPizzaOrder.php and then LeonardoPizzaShowOrders.phpLeonardo Pizza
Order
Order Show Orders
First Name
Last Name
Pizza Name
Garden Fresh
Size
Small
Submit
Order successful! Order successful!
Placed on: ::
First Name: Bob
Last Name: Richards
Pizza Name: Sausage
Pizza Size: Large
Total: $
Leonardo Pizza
All Orders
Order Show Orders
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