.CSV file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lgalatanu
Forum Newbie
Posts: 1
Joined: Tue Aug 26, 2003 5:13 am

.CSV file

Post 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?
Tubbietoeter
Forum Contributor
Posts: 149
Joined: Fri Mar 14, 2003 2:41 am
Location: Germany

Post by Tubbietoeter »

they are enough ... of course they don't output a table for you ... gotta build your own function for that
User avatar
Orkan
Forum Commoner
Posts: 32
Joined: Sun Aug 24, 2003 9:07 am
Location: Ukraine
Contact:

Post by Orkan »

There is standart function:
see here: http://ua.php.net/manual/ru/function.fgetcsv.php
Post Reply