freeCodeCamp/guide/english/php/forms/index.md

10 lines
308 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Forms
---
## Forms
Forms are a way for users to enter data or select data from the webpage. Forms can store data as well as allow the information to be retrieved for later use.
2018-10-12 19:37:13 +00:00
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->