Answered step by step
Verified Expert Solution
Link Copied!

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 W3.CSS. The website has two pages:
LeonardoPizza-Order.php
This page should allow the customer to enter his/her 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 date/time, 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 comma-separated list of values.
LeonardoPizza-ShowOrders.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,
LeonardoPizza-Order.php and then LeonardoPizza-ShowOrders.phpLeonardo Pizza
Order
Order Show Orders
First Name
Last Name
Pizza Name
Garden Fresh
Size
Small
Submit
Order successful! Order successful!
Placed on: 2019-09-2422:13:37
First Name: Bob
Last Name: Richards
Pizza Name: Sausage
Pizza Size: Large
Total: $10.5
Leonardo Pizza
All Orders
Order Show Orders
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

OpenStack Trove

Authors: Amrith Kumar, Douglas Shelley

1st Edition

1484212215, 9781484212219

More Books

Students also viewed these Databases questions

Question

4 What is the recruitment phase?

Answered: 1 week ago