right so what im trying to do is order a list of images by how many votes they got in a certain amount of time (most votes today, most votes this week, this month, etc), and i have two tables, one with the images information and the other with the votes... their structured something like this
image_table
-id
-image_title
-date_added
-etc
votes_table
-vote_id
-image_id
-date_voted
-user_id
-etc
and im completely clueless on how to do this... can anyone help?
thanks










Bookmarks