Magnusson Posted August 24, 2010 Share Posted August 24, 2010 I'm trying to recreate a sort of image based ratings system. Example: What I want to display is on the left. I've got a MySQL table with two fields: postid and rating. Each rating is a number between 1 and 15, they correspond to the rating icons. What I'm trying to do is go through all the entries with a specific postid, and list the amount of each rating, but I don't how to do so. Google hasn't been much help Link to comment https://forums.phpfreaks.com/topic/211648-need-help-with-some-mysql-interaction/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.