Hi I want to use Multi array of checkbox with php , and i want to get all values in each array checked or not checked . my problem is the array is content only the checked value .this is my code :- \[code\] while($recomObject = mysql_fetch_object($recomResult)){ echo ' <tr> <td>'.$recomObject->op.'</td> <td align="center"><input type="checkbox" value="http://stackoverflow.com/questions/15577324/1" name="ch1[]" /></td> <td align="center"><input type="checkbox" value="http://stackoverflow.com/questions/15577324/1" name="ch2[]" /></td> <td align="center"><input type="checkbox" value="http://stackoverflow.com/questions/15577324/1" name="ch3[]" /></td> <td align="center"><input type="checkbox" value="http://stackoverflow.com/questions/15577324/1" name="ch4[]" /></td> <td><input type="hidden" name="recomID[]" value="'.$recomObject->id.'"/> </td> </tr>';}\[/code\]http://www.iraqup.com/up/20130322/vpXNQ-40t3_691347050.png