[thelist] Reading CSV in PHP

Joe Crawford joe at artlung.com
Sat Sep 29 23:11:21 CDT 2001


Gustavo Arizpe wrote:

> Does anyone know of a PHP script to read and nicely display data from
> comma-separated data files? This would be used for a small book catalog,
> displaying images, book title and description.
> Thanks!

fgetcsv() is a function I've read about which seems really cool for this
kind of thing. My dev has been with mysql, but this seems like a nice
mechanism to handle csvs simply --
http://www.php.net/manual/en/function.fgetcsv.php

    - Joe
--
...........  Joe Crawford : thinking and design about the web
.... enigmatic narcissism and miscellany : http://artlung.com
.... community instigator : http://WebSanDiego.org
.... San Diego, California, USA .....................AAAFNRAA





More information about the thelist mailing list