Forum Moderators: coopster
All the catalog scripts out there seem to use MySQL, and I'd rather use a flatfile database. I've decided to attempt writing it myself, but can't find any information on using flat files with PHP.
Does it have to be a separate file, or can it be simply string manipulation calling variables and concatenating? That seems cumbersone - but I can't find a clue how to incorporate flatfiles.
What would be the best way to get this done?
The section on filesystem functions [us4.php.net] in the manual is a good reference.
Birdman
I'm learning PHP/MySQL now and I can see why everyone is so high on it. It opens up a whole new world of possibilities.