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