|
Posted by Geoff Berrow on 05/15/05 16:41
I noticed that Message-ID:
<1116157017.410625.105880@g49g2000cwa.googlegroups.com> from
delisonews@yahoo.com contained the following:
>I'm looking for a simple, filesystem-based message board.
>(No MySQL!) Something that I could include easily in my code:
>
> include '../inc/messageboard.php';
>
>
>... 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.
>
If you want something that exactly meets your requirements the best
thing to do is to learn how to code it.
Here is a very simple guestbook that you may be able to base it on.
http://www.ckdog.co.uk/phpcourse/Lesson8/guestbook.php
code:
http://www.ckdog.co.uk/phpcourse/Lesson8/guestbook.phps
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Navigation:
[Reply to this message]
|