- Jan 23, 2003
- 6
- 0
- 0
I'm thinking of writing a bulletin board system from scratch now that I'm getting to know PHP more, but I'm not sure that I can do it alone. I was wondering if there was anyone else out there who wanted to write one too, maybe we can do one together. It'll be based on PHP 4.3.0, with heavy reliance on MySQL database for settings, posts, users, and themes (although by default the page will be done via PHP's built-in integration to HTML pages... e.g. <HTML CODE><?php echo $var ?></HTML CODE> ). The reason for that being I don't know any other database than MySQL.