This class can be used to parse and extract information from forms in HTML pages
It searches form tags in an given HTML page document and extracts the submission method, encoding type and action URL.
The class also searches for the the form inputs, extracting their types, default values and associated labels, if any.
The extracted data is returned as an associative array.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
form_fields.php |
Class |
class file which contains the HTML form extraction methods |