HTML: Html Form Parser
Peter Valicek (contact me)
This class is meant to parse an HTML document to extract information about any forms contained in it.
The class return associative array that contains the details about these form elements:
- Form attributes like: action, name, method, enctype
- Inputs of type hidden, text, password, textarea, checkbox, radio, submit, reset, button, image, select and its options.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (62.5%)
| Sufficient (75.0%)
| -
| Good (87.5%)
| -
| -
| Not sure (47.5%)
| 1385 |
Click here for detailed information about this class on phpclasses.org