mardi 17 mars 2015

How to get Multiple Check box value In Single Column


<div>
<input style=" margin: 14px 0px 0px 0px;" type="checkbox" value="<?php echo $row['Code'] ?>" name="Inc_Rc_Human_Factor" id="Inc_Rc_Human_Factor" onclick="popup(this)"/> <?php echo $row['Description'] ?>
</div>


I need to store Multiple check box value in single column in MySQL Db. Is it possible to store multiple value in single column. If yes means please help me. Thanks in Advance





Aucun commentaire:

Enregistrer un commentaire