Forms are the fastest and easiest way to add interactive functionality to your site. Forms allow you to ask your customers if they like your product, let casual visitors to your site leave a review, or ask pretty girls for their phone numbers. PHP can greatly simplify data processing based on web form submissions - as shown in our first example below:
----------------------- -------------------------------------------------- -------
What is your name?
------------------------ -------------------------------------------------- -----
The most noteworthy thing about the entire page is the tag
----------------------------- -------------------------------------------------- ---