I have two tables in MySQL database: photos: PID - PhotoID [PK], DateOf - DateTime of uploading, UID -UserID (owner of the photo)
I\'m going to make simple quiz form on site. Are there ways to make it fair, that nobody vote up multiple times.
Creating a public poll.how do you validate that the user only vote once.I tried using an IP address but some o开发者_JAVA百科rganizations use 1 IP address.It\'s no 100% solution, but you can use a bro
I voting to news author in my site with this jQuery code. <script type=\"text/javascript\"> $(function() {
What I\'m trying to do is count the votes when someone votes on a \"page\". I think I lost myself trying to figure out how to track when a member votes or not. I can\'t seem to get the code to tell wh
I thought this could be achieved with the .prev() function but for some reason it isn\'t working. I\'m creating thumbs up/down buttons for posts on a blog. I\'m trying to display messages according
I\'m working on a \"up, down\" voting script. When the user for example hovers over the \"Up\" button a tooltip should fadeIn over that respective button and say \"You like this post\" or whatnot. The
I have got this script that works fine, that allows a user to vote, but I\'m kind of stuff of how I can make the vote button, when clicked again it toggle back to normal image! just like stackoverflow
I\'m running a Rails app on Postgres through Heroku.开发者_高级运维 I\'d like to implement similar to Facebook \"likes\" on my site for various items, such as user comments. What\'s the smartest way
I am looking for a solution that allows people to submit their vote to the main site via a voting system or banner.