I am new to cakePHP. I am using vakePHP 1.2. I want to apply ajax on select box
<select name="sortbyprice" id="sortbyprice"> <option value="asc">Ascending</option> <option value="desc">Descending</option> </select> I want to select value from the above drop down list and want the selected value in related controller. Please guide me through this. I tried using observField but no success. Please give me some example. Thank You --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
