sasori Posted March 15, 2011 Share Posted March 15, 2011 I have a list of checkboxes, like e.g each checkbox has a value as ResumeID, now question is/are; 1) how to get the values of the checkboxes using jQuery ? 2) when I got the values of the checkboxes using jQuery, how to pass those values to a PHP Controller action ? Quote Link to comment https://forums.phpfreaks.com/topic/230667-how-to-get-values-from-check-boxes-and-pass-it-to-a-php-controller-action/ Share on other sites More sharing options...
vicodin Posted March 15, 2011 Share Posted March 15, 2011 As far as JQuery I couldn't tell ya but here is a great example of how PHP uses check Boxes. http://www.computing.net/answers/webdevel/php-amp-checkboxes/1122.html Quote Link to comment https://forums.phpfreaks.com/topic/230667-how-to-get-values-from-check-boxes-and-pass-it-to-a-php-controller-action/#findComment-1187627 Share on other sites More sharing options...
sasori Posted March 15, 2011 Author Share Posted March 15, 2011 thanks for the link, but that's pure basic php, i know how to do that, i just don't know how to use JQuery first to get values of check boxes and pass those values to a php file Quote Link to comment https://forums.phpfreaks.com/topic/230667-how-to-get-values-from-check-boxes-and-pass-it-to-a-php-controller-action/#findComment-1187634 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.