Question: create a HTML page with 2 forms (as seen below). Each form should have at least two of these fields: first-name, last-name, email, and phone-number
create a HTML page with 2 forms (as seen below). Each form should have at least two of these fields: first-name, last-name, email, and phone-number
Form 1 - Should go to getTest.php
You should retrive using the GET method the values for first-name and email
Echo out each variable with and label for each
Form 2 - Should go to postTest.php You should retrive using the POST method the values for name and email
Echo out each variable with and label for each
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
