Please help, 2 way feedback rating system

Discussion in 'PHP' started by dannilee, Sep 12, 2007.

  1. #1
    Hi, a couple of you were kind enough to rely to my first couple of posts here , so I'm hoping you can help me again :)

    I am looking for a 2 way feedback rating system, similar I suppose to what ebay has but on a much smaller scale, can anyone advice how this can be done.

    Many Thanks

    D
     
    dannilee, Sep 12, 2007 IP
  2. tandac

    tandac Active Member

    Messages:
    337
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Just off the top of my head I would use a database.

    item table:
    - normal item stuff: Description price etc.
    - buyer
    - seller

    feedback table:
    - itemid
    - userid
    - feedback

    There are many different ways to structure the database. This keeps things simple. It really depends on what you want to accomplish.
     
    tandac, Sep 12, 2007 IP
  3. Dee2007

    Dee2007 Active Member

    Messages:
    1,185
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    88
    #3
    Thanks for your reply. Basically what I need it to do is, for example say there is a builder and the person he's building the house for, they can leave each other feedback that will show up on the web page.

    Don't know the best way to do it though

    Thanks

    D
     
    Dee2007, Sep 13, 2007 IP