We’ve learned about $_GET[ ] and $_POST[ ]! Now it’s your turn to apply what you have learned!
- Create a Feedback page using your understanding of HTTP and PHP.
- Sanitize and validate your data.
- Create a conditional statement that shows the form when it has not been properly submitted, and hides it when it is complete.
- Save the file as your_name_feedback.php. If you use a separate file for parsing, be sure to include and zip the two files together.
- Confirm the page works in a browser.