Home > Archive > PHP Programming > April 2005 > How to save messages from forum?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to save messages from forum?
|
|
| opt_inf_env@yahoo.com 2005-04-24, 3:55 pm |
| Hello,
I started to write web based forum and understood that I have
conceptual problems. I do not know how I should save messages of users.
As parts of one file, as different files, or may be in database? Can
you pleas recommend me something?
| |
| R. Rajesh Jeba Anbiah 2005-04-24, 3:55 pm |
| opt_inf_...@yahoo.com wrote:
> I started to write web based forum and understood that I have
> conceptual problems. I do not know how I should save messages of
users.
> As parts of one file, as different files, or may be in database? Can
> you pleas recommend me something?
Database. Probably want to look at other forum scripts
<http://cvs.sourceforge.net/viewcvs.py/phpbb/>
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
| |
| Chung Leong 2005-04-25, 3:56 am |
|
"R. Rajesh Jeba Anbiah" <ng4rrjanbiah@rediffmail.com> wrote in message
news:1114358321.919970.70910@f14g2000cwb.googlegroups.com...
> opt_inf_...@yahoo.com wrote:
> users.
>
> Database. Probably want to look at other forum scripts
> <http://cvs.sourceforge.net/viewcvs.py/phpbb/>
>
> --
> <?php echo 'Just another PHP saint'; ?>
> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
>
Looking at the code of phpBB will make you go blind ;-)
A forum software I have heard good things about is Beehive
(http://www.thebeehive.org/).
| |
|
| "Chung Leong" wrote:
> "R. Rajesh Jeba Anbiah" <ng4rrjanbiah@rediffmail.com> wrote in
> message
> news:1114358321.919970.70910@f14g2000cwb.googlegroups.com...
> > > I started to write web based forum and understood
> that I have
> > > conceptual problems. I do not know how I should save
> messages of
> > > As parts of one file, as different files, or may be
> in database? Can
> > > you pleas recommend me something?
>
> Looking at the code of phpBB will make you go blind ;-)
>
> A forum software I have heard good things about is Beehive
> (http://www.thebeehive.org/).
I would stick with phpbb (free) or VBulletin (commercial). No point
going for #3, 4,... you don’t get the same level of user communty
input, mods, security, richness.....
--
Posted using the http://www.dbforumz.com interface, at author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbforumz.com/PHP-save-me...pict218366.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbforumz.com/eform.php?p=750568
|
|
|
|
|