how can i Insert multiple checkboxes using PHP-jQuery and MSSQL Server?

Solution:
I think you are sending the wrong data in your ajax.
Try this:
jQuery.ajax({
url : "cat-grupos.php",
type : "POST",//url:'buscar.php?act=insertar',
//async: false,
data : {
buttonsave : 1,
perGrupo : vpGrupo,
depGrupo : vdGrupo,
selGrado : vsGrado,
myCheckboxes : data['cbSeccion-list'] // Array secciones A,B,C,..
}, //rest of ajax
The difference beingdata['cbSeccion-list']
Share solution ↓
Additional Information:
Link To Answer People are also looking for solutions of the problem: unable to determine current zabbix database version: the table "dbversion" was not found.
Didn't find the answer?
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.