I have this function in javascirpt
enter code here
function addRow( i , name , first , second , final , partic , abc , Grade){
names[i] = name ;
fiM[i] = first ;
secM[i] = second ;
finalM[i] = final ;
parti[i] = partic ;
Y_N[i] = abc ;
grades[i] = Grade ;
}
enter code here
the parameters of this function I want to insert it into database
I tried so much but never work
please help