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?
.CSV file
Moderator: General Moderators
-
Tubbietoeter
- Forum Contributor
- Posts: 149
- Joined: Fri Mar 14, 2003 2:41 am
- Location: Germany
There is standart function:
see here: http://ua.php.net/manual/ru/function.fgetcsv.php
see here: http://ua.php.net/manual/ru/function.fgetcsv.php