hello everyone,
please tell me how can i write a Rating code in PHP. Like Thumb Up and Thumb Down.
Please help me
thanks in advance
hello everyone,
please tell me how can i write a Rating code in PHP. Like Thumb Up and Thumb Down.
Please help me
thanks in advance
You need to do an AJAX call to the server, specifying whether current action is upvote or downvote, the server will take the parameter, act accordingly, and return current total votes.
For an example, install firebug, open the console and click the up and down votes on the left of this answer, watch the console to see the requests that are taking place.
I haven't actually read it, but there is a tutorial for exactly the kind of thing you want to do: http://ad1987.blogspot.com/2009/02/reddit-style-voting-with-php-mysql-and.html