Does anyone know if it would be possible using PHP and MySQL to have a webpage, with a list of items on it, where a person could click on one of the items in the list to vote for it.
The list would display in order of votes. One requirement would be to allow only one vote per IP on that specific page. Does that sort of thing sound possible with PHP and MySQL? Does it sound difficult?? If you could point me toward any resources/topics to help with designing such a system, that would be awesome!
The list would display in order of votes. One requirement would be to allow only one vote per IP on that specific page. Does that sort of thing sound possible with PHP and MySQL? Does it sound difficult?? If you could point me toward any resources/topics to help with designing such a system, that would be awesome!
