what is the significance of PHP and Web FormsSolutionWeb For
what is the significance of PHP and Web Forms?
Solution
Web Form
A form on web (instead on paper)
This web form can have text fields, check boxes, radio buttons etc. Will send the data to server and it processes the data. We can store this data in database and user in future or we can process it and show the output.
For example :
Previously we used to go to banks and fill paper (form).
Now, we can fill a web form and send.
Web forms Made work easier.
---------------------------------------------------------------------
PHP
Hypertext Preproecessor
It is a recursive acronym
