Hi,
I am new to PHP. I need to write a PHP program that parses HTML files, reads the values from certain form-fields and inserts them as records into the database.
The latter part is easy, but I have no clue about making an HTML parser using PHP. Can anyone help me out here?
Thanks in advance!
I am new to PHP. I need to write a PHP program that parses HTML files, reads the values from certain form-fields and inserts them as records into the database.
The latter part is easy, but I have no clue about making an HTML parser using PHP. Can anyone help me out here?
Thanks in advance!
Comment