View Single Post
  #3 (permalink)  
Old 01-10-2008, 02:03 PM
Perro88 Perro88 is offline
Newbie
 
Join Date: Dec 2007
Posts: 8
Credits: 0
Rep Power: 0
Perro88 is on a distinguished road
Default

Quote:
Originally Posted by Lop View Post
I'm guessing you did the rating system in PHP? If so you just need a simple JavaScript portion to execute the PHP and retrieve the new values. Do you know AJAX at all?
yes I made it in php. I'm a total noob at AJAX . just want to know if someone might give me some direction the sql queries and php logic I'll make it. wanted to show 10 stars(3 stars images, one empty, the one that will be show in the rating and the one show when someone hover to vote) well something to show for example the rating and if someone voted a reset button, else let vote hovering the stars number. Well this might be a little hard to do(I'm trying to addapt a code I found on the net but no luck till now). if this is too hard to make then just the version on php (a select if the user didn't voted or reset button) but in ajax.a question: it's possible to send values using ajax when the ajax is inside a <form> tag? thanks for the reply
Reply With Quote