Jump to content

PHP image rating system


CodeToad

Recommended Posts

I'm trying to create a voting system so that users can rate an image on my site 1-5 and keep that info in the database but I'm stuck...

 

I already have my image file names, descriptions, etc being pulled from a database, so I'd like (I think) to use a second database to keep track of the number of one's, two's, etc that have been assigned to the image's primary key.

 

I have a database set up with:

-image id (primary key)

-number of votes (add 1 each time submitted)

-average (recalculate each time submitted)

-one (add one if user votes for this)

-two (add one if user votes for this)

-three (add one if user votes for this)

-four (add one if user votes for this)

-five (add one if user votes for this)

 

Is this the right idea?  The problem I'm running into is that I don't know how increase the value using "INSERT INTO" the correct column...  Am I not going about this in the best way?  ANY insight/help/suggestions/comments would be massively appreciated!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.