If you want to check the code, I have stripped it down to the most basic elements I can:
where the CSV file contains just:Code:$handle = fopen("affordable.csv", "r"); while (($data = fgetcsv($handle, 4096, ',', '"')) !== FALSE) { echo $data[0]; }
"Toshiba 26" LCD TV"
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks