Results 1 to 2 of 2

Thread: Forum Breakdown

  1. #1
    Join Date
    Jan 2007
    Posts
    629
    Thanks
    10
    Thanked 28 Times in 28 Posts

    Default Forum Breakdown

    What is the best way to "Structure" a forum? I currently have it so that the sections are the DB's, the different threads are the table, and the posts are the rows. Is there a better way to do this, or is this a good method?
    --Jas
    function GreatMinds(){ return "Think Like Jas"; }
    I'm gone for a while, but in the meantime: Try using my FTP script | Fight Bot Form Submissions

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Probably would be better to do it in one database and then seperate tables for each item; such as the following structure:

    1. Database: forum
      • Table: forums
      • Table: threads
      • Table: posts
      • Table: pm
      • Table: users


    Then link between the tables using unique IDs (if that makes sense).

    Anyways, Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •