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 : Email: Phone : State:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!