I'm looking for a simple, filesystem-based message board.
(No MySQL!) Something that I could include easily in my code:
include '../inc/messageboard.ph p';
.... so that the board shows up at the bottom of every PHP
page. The board should have just the basic features, like:
- posting capability
- last 10 messages shown
- links on the bottom for messages 11-20, 21-30 etc.
Thanks.
(No MySQL!) Something that I could include easily in my code:
include '../inc/messageboard.ph p';
.... so that the board shows up at the bottom of every PHP
page. The board should have just the basic features, like:
- posting capability
- last 10 messages shown
- links on the bottom for messages 11-20, 21-30 etc.
Thanks.
Comment