Question: Show me the steps to solve n this assignment you need to create a form to allow the user to enter their name, email, phone,
Show me the steps to solve n this assignment you need to create a form to allow the user to enter their name, email, phone, and
address information. That information will be sent to a PHP script that will process and display that
information.
Your assignment should have two pages. The first page is straight html userinput.html that has a form
with the appropriate form elements to collect the user input. The form should then be submitted using
the POST method to a PHP script displayuserinfo.php that will process the user input. The PHP script
should display the user input with a link to return back to the userinput.html page. Both the form and
the results are in a table. Use the attached styles.css to style your form and results. Do not put the styles
directly into the html and php pages. Use a link to the external styles.css file from both the html and PHP
pages.
Include comments in both the html and PHP files. Comments should include but not limited to your
name, purpose of the file, and assignment completion date.
Zip all three files html PHP and css and submit it through the assignment drop box.
Screen shot of the userinput.html file The first page that is straight
html in steps
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
