Write the HTML to create a form with the following capabilities:
Write a PHP page (PHP1) that computes the total cost of the ordered light bulbs from Problem 1 after adding 8.0 percent sales tax. The PHP1 must inform the buyer of exactly what was ordered, in a TABLE. The PHP1 also generates two buttons: continue button and cancel button.
When continue button in Problem 2 is clicked, it will direct the user to a second PHP page, PHP2. This PHP displays the credit card type selected by the user in Problem 1, followed by a text widget to collect the credit card number. The PHP2 also generates two buttons: continue button and cancel button.
When continue button in Problem 3 is clicked, it will direct the user to a third PHP page, PHP3. This PHP reviews the user's order, displays two buttons: confirm button and cancel button.
When confirm button in Problem 4 is clicked, it will direct the user to a fourth PHP page, PHP4. This PHP thanks the user.
When any cancel button in Problem 2, 3, 4 is clicked, it will end the process and display some message.