PHP Manual: Dealing with Forms


This manual went through the basics of PHP and how to use it with HTML. Then it gave a demonstration on how it handles forms and a step-by-step instruction set on how to set it up. By using basic entries like a name and an age, it illustrated PHP use of taking information from a user and using it to either save to the server or display to a different page. This assignment is relevant to Internet Web Development because PHP is one of the most used programming languages in the world, especially with internet applications. PHP gives the ability to handle information with web servers and create the sophisticated programs used with a lot of websites today. Acquiring more knowledge of PHP means that I will be able to manage forms for large amounts of people and use its data to conduct reports, upload to servers, and carry over to other departments for a company.


Click here to access the page with the form from this tutorial.