I'm looking for examples of how to implement a StackOverflow / reddit voting system in php.
Basically I want the Up and Down arrow box. Are there any good examples out there?
I'm looking for examples of how to implement a StackOverflow / reddit voting system in php.
Basically I want the Up and Down arrow box. Are there any good examples out there?
There are lots of scripts out there but it's not too hard to do yourself.
I've used jQuery (to handle AJAX) and a small PHP script before. For example, some pseudo-code:
and then some jQuery:
jQuery.post
You can use this one: http://www.technabled.com/2011/02/pulse-lite-reddit-ajax-up-down-voting.html Disclosure: I am the developer.