i've got a excel doc that i exported to csv so i could throw it into mySql
problem is -- i don't have command line access - no shell account on that server -- just an account that allows connects from my ip
so i need to use php
i figure i read in the file using file() and get it as an array
then i somehow loop through it and parse the data out by commas and insert into the db
but i'm at a loss. any suggestions?
problem is -- i don't have command line access - no shell account on that server -- just an account that allows connects from my ip
so i need to use php
i figure i read in the file using file() and get it as an array
then i somehow loop through it and parse the data out by commas and insert into the db
but i'm at a loss. any suggestions?