Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using PHP, create a website similar to the one shown in the attached screenshots. You are required to use a CSS library such as W3.CSS

Using PHP, create a website similar to the one shown in the attached screenshots. You are required to use a CSS library such as W3.CSS or Materialize. There should be 2 php pages named index.php and receiveOrder.php (see attached screenshots). The index page should contain a header covering the top portion of the page and extend full width. It should read "Red Dragon" and "Bubble Tea" as well as to display the bubble tea png file attached. The mid section, should allow the user to pick any of 3 sizes (Small, Medium and Large), an add-on such as Lychee or Tapioca Pearls and a Flavor. The flavors are Honeydew, Lychee, Mango, Matcha, Passion Fruit and Taro. The bottom section should display a table showing prices of sizes and add-on. When the user clicks on the "Submit" button, she will be taken to the receiveOrder.php file, where the order detail is shown together with the total price (see attached screenshot). You should use POST to send the data from one page to another.

Use visual studio code free application if possible. screenshots below on how it should look.

image text in transcribed

image text in transcribed

image text in transcribed

Bubble Tea Size Small Add-on Lychee Flavor Honeydew Submit \begin{tabular}{|lc} \hline Item & Price \\ \hline Small & $4.00 \\ Medium & $4.50 \\ Large & $5.00 \\ \hline Lychee & $0.50 \\ \hline Tapioca Pearls & $0.25 \end{tabular} Red Dragon Bubble Tea Order Received! Size: Small Add on: Lychee Flavor: Honeydew Your total is: $4.5

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

More Books

Students also viewed these Databases questions