Trying to parse a csv file that has all the data wrapped in double quotes, because there may be commas in the double quotes.
Looks like this:
$songs =
you dont need no stinkin regex to parse a csv file in php.
see fgetcsv() and str_getcsv()