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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started