<?php foreach($sub as $row) : ?> <input type="checkbox" name="subject[]" value="<?php echo $row->Course_Id;?"> <?php echo $row->CourseName;?><br /> <?php endforeach;?>
should validate this
Aucun commentaire:
Enregistrer un commentaire