You are on page 1of 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