I have an html page with a table that has 300 rows.
It has 12 columns and all the data in the columns is plain text except the data in two of the columns: one column houses urls and the other is a drop down list.
The first row of the table houses headings for each of the columns and I have constructed a mysql table that has the same fields as the column names.
The page changes every week.
Is there anyway to write a script or to ammend the page so that I can do an easy insert into the mysql table?