To be more specific, here is the code I am currently using to view the file:
$handle = fopen("uploads/22.csv", "r");
while (($data = fgetcsv($handle, 5000, ",")) !== FALSE)
{ echo "<pre>"; print_r($data); echo "<pre>"; }
This is the output:
Array
(
[0] => Date
[1] =>...