Topic awaiting preservation: Message Board |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: Seattle, WA, USA |
posted 05-11-2002 19:57
I'm going to start making a message board in PHP and MySQL, but I'm not sure exactly how I would go about storing the messages and such. If anyone could give me an idea of how to store the messages, and reference them by like a message id or something that would be great. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 05-12-2002 14:55
are you gonna write it yourself? |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 05-14-2002 18:28
I wrote a message board in about 4 hours at http://www.coffman.umn.edu/earth/discussion.php which is extremely basic, and not coded very portably at all (design is hard-coded), but it might help with concepts. I can send you the source code if you like. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 05-14-2002 20:06
that reminds me, i also have written a very minimalistic one here: |