I need a generalised script to refresh MySQL tables from a PHP page, ie:
1) Delete all records from a named MySQL table
2) Read in records from a named tab-separated file
3) Confirm Table update OK
(and presumably be repeatable to update a series of tables in one go, from a series of tab files.)
Anyone have one? You'd make my day!
1) Delete all records from a named MySQL table
2) Read in records from a named tab-separated file
3) Confirm Table update OK
(and presumably be repeatable to update a series of tables in one go, from a series of tab files.)
Anyone have one? You'd make my day!