Flat-File Simple Threaded-Forum Tutorial?

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
mhulse
Forum Commoner
Posts: 41
Joined: Fri Jun 11, 2004 12:50 am

Flat-File Simple Threaded-Forum Tutorial?

Post by mhulse »

Hi,

I am looking for a tutorial on how to make a very simple threaded-forum (old-school style) that uses text files (flat files) for a DB... Any suggestions?

Thanks folks,
I appreciate any links/advice/help you all can send my way.
Cheers!
Micky
Steveo31
Forum Contributor
Posts: 416
Joined: Sun Nov 23, 2003 9:05 pm
Location: San Jose CA

Post by Steveo31 »

Maybe something here can help. Doubt much will be there as flat file driven anything is pretty cumbersome and better done with DBs.
Post Reply