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

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -