Quote:
Originally Posted by GrouchyAdmin
Depends on the format. If it's native SQL, or hand-edited CSV, sure, that's easy.
If you just want to dump a whole blob into a table, it's easiest to do with a throwaway PHP script:
...obviously, parsing it and doing the mysql_insert in the loop is up to you. ;)
|
You don't need a script to import a csv file.