Ok, here's an interesting problem. I have a friend who'd like me to set up a simple page where people can enter up to 10 of their favorite movies, games, etc (just one type, but obviously it could be adapted to any of those) and have it sort the results by which movies got the most votes. I haven't decided yet to use a preferential sort (weight the #1 votes more than the #10) or just use a straight "most times mentioned" system, but I think the former would be better. Anyone have a good suggestion? I have access to MySQL databases, which I figure could certainly be used, but I dunno if that'd be overkill or not. JavaScript doesn't seem to be nearly powerful enough.
Thanks!
jW
Thanks!
jW