Is there a php script that can convert an HTML table for inserting into a database.
I have a lovely powerful script which graps every table(with its data) out of a database and creates a neat page of Html tables of it. - but to reverse this - can I have, say a single html page with nothing in it except one table and use a php script to grab this and INSERT it into a mysql database table?
How is the conversion done? Or is this an impossibility!