HTML: Form fields
Tanja Berger (contact me)
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.
Click here for detailed information about this class on phpclasses.org