Get value of checkboxes in PHP when changing page
Get value of checkboxes in PHP when changing page
Hi everyone,
I'm a new user of datatables, and love it. I would like to thanks the autors of this tool !!
I have a small problem, I just passed 4 hours looking how to resolve it without any solution.
I know that it's not the first time someone aks this, but i didn't find any solutions yet.
I have this code in PHP in the first picture
And on the next page, which is "interface-choice-webacces.php" as you can see in the action, i get the id of the checkboxes checked (testID[ ]) like in the second picture
The question is, how can I get all the value, even after changing the DOM, with pagination or search bar.
I know there are solutions in ajax and jquery, but i prefer php, and simple post... I am very bad with ajax and jQuery . Thanks for your help
Answers
up please