Help!
I have a simple text file with product information built up something like this:
|1234|Product name|description|other|other...||||||
|1235|Product name2|description2|other2|other2||||||
|39|Product name3|description3|other3|other3||||||
I don't have, and I dont want a MySql database for this product list.
(Is ther an other common name for flafile?)
I want to know how to use PHP to display products from this list in my webpage.
There is alot of php flatfile script out there, but they have loads of functions I don't nead, and I get confused trying to ounderstand what they actually do.
Is there a nice script in php hwo does this in a simple way?
...Or could anyone tell me how to make it?
Thanks alot.

