How to save messages from forum?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • opt_inf_env@yahoo.com

    How to save messages from forum?

    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

    #2
    Re: How to save messages from forum?

    opt_inf_...@yah oo.com wrote:[color=blue]
    > I started to write web based forum and understood that I have
    > conceptual problems. I do not know how I should save messages of[/color]
    users.[color=blue]
    > As parts of one file, as different files, or may be in database? Can
    > you pleas recommend me something?[/color]

    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/

    Comment

    • Chung Leong

      #3
      Re: How to save messages from forum?


      "R. Rajesh Jeba Anbiah" <ng4rrjanbiah@r ediffmail.com> wrote in message
      news:1114358321 .919970.70910@f 14g2000cwb.goog legroups.com...[color=blue]
      > opt_inf_...@yah oo.com wrote:[color=green]
      > > I started to write web based forum and understood that I have
      > > conceptual problems. I do not know how I should save messages of[/color]
      > users.[color=green]
      > > As parts of one file, as different files, or may be in database? Can
      > > you pleas recommend me something?[/color]
      >
      > 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/
      >[/color]

      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/).


      Comment

      • steve

        #4
        Re: Re: How to save messages from forum?

        "Chung Leong" wrote:[color=blue]
        > "R. Rajesh Jeba Anbiah" <ng4rrjanbiah@r ediffmail.com> wrote in
        > message
        > news:1114358321 .919970.70910@f 14g2000cwb.goog legroups.com...[color=green]
        > > opt_inf_...@yah oo.com wrote:[/color]
        > &nbsp;> > I started to write web based forum and understood
        > that I have
        > &nbsp;> > conceptual problems. I do not know how I should save
        > messages of[color=green]
        > > users.[/color]
        > &nbsp;> > As parts of one file, as different files, or may be
        > in database? Can
        > &nbsp;> > you pleas recommend me something?[color=green]
        > >
        > > Database. Probably want to look at other forum scripts
        > > &lt;http://cvs.sourceforge.net/viewcvs.py/phpbb/&gt;
        > >
        > > --
        > > &lt;?php echo 'Just another PHP saint'; ?&gt;
        > > Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
        > >[/color]
        >
        > 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/).[/color]

        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-mes...ict218366.html
        Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbforumz.com/eform.php?p=750568

        Comment

        Working...