Hi guys i just want to keep my checkbox checked after i click the submit button, my check box button is in while loop .
while($row = mysql_fetch_array($rs)) {
echo '<br /><input name="checkbox[]" type="checkbox" id="checkbox[]" value ="'.$row['question_id'].'">';
}
Aucun commentaire:
Enregistrer un commentaire