Haggen Posted August 18, 2006 Share Posted August 18, 2006 Hi, i already have a Review and rate script, with thousands of items to review and rate, it works great but.. I decided to add a simple 5 star rate system for the reviews. To let people rate if the review was helpfully or not.My reviews are stored on a MYSQL DB, so i believe i need a script that stores the rate on the DB also, i have find some but they dont work that way.If you know a code with these features, can you point me to it?Thanks Link to comment https://forums.phpfreaks.com/topic/17958-i-need-to-find-a-rate-script/ Share on other sites More sharing options...
Caesar Posted August 18, 2006 Share Posted August 18, 2006 The intended use of these forums (I gather) is to provide a place for people to help point each other in the right direction/help troubleshoot problems relating to code they are writing themselves. You won't have much luck getting scripts written for you or having people give you links to existing code.Good luck in your quest. Link to comment https://forums.phpfreaks.com/topic/17958-i-need-to-find-a-rate-script/#findComment-76990 Share on other sites More sharing options...
corbin Posted August 18, 2006 Share Posted August 18, 2006 You need to make a page that rates processes the star clicked.. Then you need to add a row to your database for the star thing... Then you need to add the star thing on every page... Which hopfully its dynamic pages so that wont be hard.. Then you need to figure out how to have it add the star rating to the database... Sounds a lot harder than it is... Link to comment https://forums.phpfreaks.com/topic/17958-i-need-to-find-a-rate-script/#findComment-76993 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.