I wonder if there's an automated way to extract data from some existing HTML tables and put it into a mysql database.
Thanks in advance, helil
Yes, there is. Some code, please? 😉
Suggestion is to use explode("<tr>", $da_html), then do a strip_tags($da_html) on resulting array. But - difficult to say without examples.
knutm