I don\'t know how to pass the selected values of the checkboxes. Any help or suggestions will be a big help for me.
As of now here is my code I am stuck in passing th
Try This.
HTML CODE
loadmore.php CODE
OUTPUT IN loadmore.php
Array ( [0] => 1 [1] => 2 [2] => 5 )
That's IT.
Cheers.