Question: For this assignment, you will create an HTML page that contains a form, and a PHP script that will process the form data and display
For this assignment, you will create an HTML page that contains a form, and a PHP script that will process the form data and display it back to the user. For your HTML page, your page should include: - A form element containing text entry fields for the following information:
- Name (*Required) - Email (*Required) - Phone Number - State of Residence
- There should be data validation enforcing required fields be filled in BEFORE submission. (Pro tip, Javascript is your friend here) - Fields not marked required can be submitted blank. For your PHP script: - The form data entered in the html should be sent via GET method. - Your PHP script should echo the data back to the user in the following format:
Name :
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
