Question: Objective: Learn html form sumission and php form processing 1. Create a lab06.html file that displays a form for the user to enter two numbers.

Objective: Learn html form sumission and php form processing 1. Create a lab06.html file that displays a form for the user to enter two numbers. The form should also include a button labeled "Add". The form's action should call script lab06.php that you will create. It should look like First: Second: Add 2. Create a lab06.php file that wil take those two numbers and display the sum. It should also re-display the form with those two numbers filled in so the user can change them. The form should also have a submit button labeled "Add" that will re-submit with whatever is in there to display a new sum when the user clicks the Add button. It should look like The sum of 2345.23 23.523 is 2368.753 First2345.23 Second: 23.523 Add
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
