Need some AJAX help
I made a rating system. working ok but it's forms related.
something like if the member voted appear a reset rating button else a select form.
I have the tables moviesvotes with id of the member and movie id and vote as fields. and the table movies with id of the movie, number of votes and rating. I used the form values to recalculate the rating and n_votes everytime a vote was added or reseted the score.
can anyone help me convert this to some ajax rate system?
|