hello to all, i m working on star Rating functionality using ajax from the helpful site
http://www.nofunc.com/AJAX_Star_Rating/ my problem is that how can i store the rating in to my database. i hv add this code to my view.ctp <ul id="star" class="star" onmousedown="star.update(event,this)" onmousemove="star.mouse(event,this)" title="Rate This!" > <li id="starCur" class="curr" title="100" style="width: 70px;"></ li> </ul> but i m confuse to store the value for rate in to database. fields for my database are profile rates id profile id rater id rate --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
