Saving multiple check box values using Ajax and PHP – Php versions
I have multiple check boxes 32 to be exact. <input type="checkbox" class="custom-control-input" id="m1"> -> <input type="checkbox" class="custom-control-input" id="m32"> On my Javascript I am checking each check box if it is checked or not the I will assign a value 1…