PHP reading csv column into array
php
Solution
May this will help. http://www.php.net/manual/de/function.fgetcsv.php Just grab the position of the row for the column you want to have.
Problem
I there a php function that enables me to read a csv column (COLUMN NOT LINE) into an array or a string ? thank you in advance.