I'm hoping someone can help me. I am developing a site, and it needs to have product reviews on it. Basically an area where people can add reviews, and rate products and leave comments. What I would really like is something like this review board: http://www.makeupalley.com/product/ Basically an overview of ratings for a product and the ability to click on it and add a review. Everything I am finding just doesn't seem to fit the bill. My server, also, is Windows based and I've MSSQL as opposed to MYSQL which many scripts seem to require. Any ideas would be greatly appreciated!
Make a ratings table that relate to the product. Example: key | product_id | rating | comment Should be a basic script to make, or outsource.