graham23s Posted July 10, 2007 Share Posted July 10, 2007 Hi Guys, i was goint to add a rating system to my site basically like this: there is adrop down box with: 1 star 2 star 3 star 4 star 5 star so in mysql a 1,2,3,4 or 5 gets stored, but im not to sure what to do next, is there a way i can print 1,2,3,4 or 5 star images out depending on which number is stored in mysql? what would be the best way to do it? thanks guys Graham Quote Link to comment Share on other sites More sharing options...
AndyB Posted July 10, 2007 Share Posted July 10, 2007 Is there a way ... yes. Read the rating value and either display from 1 to 5 identical star images or create five separate images (rating=1 has one red star and four grey stars, etc.) and display the image $rating.gif as it were. Quote Link to comment Share on other sites More sharing options...
graham23s Posted July 10, 2007 Author Share Posted July 10, 2007 thanks andy managed to get it done:) Graham Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.