Page 1 of 1

.CSV file

Posted: Tue Aug 26, 2003 5:13 am
by lgalatanu
I need to transform a comma delimitted file (.csv) into a table. There are some function in PHP (split, explode) but they seem not to be enough.
What else should I use?

Posted: Tue Aug 26, 2003 5:30 am
by Tubbietoeter
they are enough ... of course they don't output a table for you ... gotta build your own function for that

Posted: Tue Aug 26, 2003 5:31 am
by Orkan
There is standart function:
see here: http://ua.php.net/manual/ru/function.fgetcsv.php