Skip to content

sarmenb/html-form-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

html-form-parser

php class that parses an html form and displays an array of all the labels and form fields.

Usage

include_once('class.parse.php');
$parse = new ParseHtml();
$parse->source = file_get_contents('source.html');
echo '<pre>';
$data = $parse->getfields();
print_r($data);

About

parses an html form into a php object

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages