Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

b) File Name submittedForm.php Description This PHP file will capture the data sent from orderForm.html, and calculate the total payment of order made by the

image text in transcribed

image text in transcribed

b) File Name submittedForm.php Description This PHP file will capture the data sent from orderForm.html, and calculate the total payment of order made by the user. A receipt will be displayed to the user as shown below. RECEIPT OF ORDER: Name: Siti Aminah Jaafar Address: No 26 Jalan Beku 83. Jementah, Johor Flavour: Chocolate Pecans: Yes Chocolate Chips: No Sprinkles: Yes Quantity: 2 TOTAL: RM114 Data was successfully inserted! Figure 6: submitted Form.php This file will connect to the database (connectionDB.php) and insert data into a table named order Icecream. The attributes of the table are id, name, address, quantity and total, where the id will be auto incremented by the system. The table design is as shown below. Name Type id int(11) name varchar(25) address text quantity int(11) total float Figure 7: Table orderloreCream Display appropriate message once the data is successfully inserted into the database. (15 marks) c) File Name orderList.php Description This PHP file will list down all the orders made by customers in ASCENDING order based on the total, and produce an output as shown in the interface below. A connection to the database (connectionDB.php) is needed to access the submitted orders. Display appropriate message if the data cannot be retrieved from the database. 2 No Name Address Quantity Total (RM) 1 Nur Erna Amira No 50, Jalan Lurus 2/4H, Muar, Johor 1 60 2 Siti Aminah Jaafar No 26 Jalan Beku 8/3, Jementah, Johor 3 Alia Mansur No 19, Jalan Gelap 15/2, Klang, Selangor 3 184 + Abdul Amin No 78, Jalan Penat 7/2a, Lendu Melaka 240 Figure 8: orderList.php (8 marks)

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

Database Principles Programming And Performance

Authors: Patrick O'Neil

1st Edition

1558603921, 978-1558603929

More Books

Students also viewed these Databases questions