php - Adding text field inside of checkbox -


<input type="checkbox" name="check_list[]" value="<?echo $row->field_id?>" <?echo $checked?> > <?php echo $row->field_display_name;?><br/> 

here $row->field_id field name,how can change text field. wanted show text field.


Comments