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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -