keiusui has asked for the wisdom of the Perl Monks concerning the following question:
So currently, on my forums, I store a post something like this:
$forum{$timestamp} = "$author\t$subject\t$message";
Obviously, if I want to add a field like $email in between author and subject, I have to re-program every snippet of code that calls a post.
So I guess my question is: what kind of database should I use for forums? Ideally I would like to use the same kind of database for other projects like user management, chat rooms and advertisement delivery.
Thanks so much!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: best module for forum database?
by shmem (Chancellor) on Jun 26, 2006 at 00:01 UTC | |
|
Re: best module for forum database?
by TedPride (Priest) on Jun 26, 2006 at 03:55 UTC | |
by keiusui (Monk) on Jun 27, 2006 at 04:11 UTC |