0% found this document useful (0 votes)
39 views3 pages

WEBAPPS - Machine Problem 4

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views3 pages

WEBAPPS - Machine Problem 4

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

UNIVERSITY OF MAKATI

WEBAPPS - Laboratory Exercises

Name: ______________________________________ Rating: ___________


Course/Year & Section: ________________________

Filename: OnLine<LastnameFirstname>.html/php
Example: OnLineTraballoRichard.html/php

MACHINE PROBLEM #4: (On-Line Ordering)

Extra Toppings:

• Pepperoni
• Mushroom
• Black Olive
• Onions
• Tomatoes
• Cheese

1
UNIVERSITY OF MAKATI
WEBAPPS - Laboratory Exercises

Instructions:
• Supply the following information for customer otherwise it will prompt the user to complete all entries before
processing the order.
• Select Pizza Size, Crust Type, Drinks and Extra Toppings.
o Pizza Size – Small size (automatically selected)
o Crust Type – Regular (automatically selected)
o Drinks – no selected item
o Extra Toppings – no selected item.
• Upon clicking the Order button will display the next page (ORDER INFORMATION) (see figure below)

Filename: Order<LastnameFirstname>.php Example: OrderTraballoRichard.php

• Compute for the following:


o Sub-total, 12% VAT & TOTAL AMOUNT (as shown in the figure above)
• Upon clicking the Confirm Order button will display the next page (see figure at the next page)
• By clicking Back button will go back to the first page.
• Note: Customer may not order Drinks and Extra Toppings.

2
UNIVERSITY OF MAKATI
WEBAPPS - Laboratory Exercises

Filename: Confirm<LastnameFirstname>.php Example: ConfirmTraballoRichard.php

• Upon clicking the Back to Home button will go back to first page.

You might also like