Welcome Guest, Not a member yet? Register   Sign In
pass many same values to model
#2

In your case each input field has the same name. They are either called data_id or id. You need to create a input arrays
Try this
<input type="text" value="<?php echo $start_date; ?>" name="date_<?php echo $id; ?>[]">
<input type="hidden" value=<?php echo $id; ?> name="id[]">
On the package it said needs Windows 7 or better. So I installed Linux.
Reply


Messages In This Thread
pass many same values to model - by Ali - 09-27-2017, 06:14 AM
RE: pass many same values to model - by rtenny - 09-27-2017, 08:39 AM
RE: pass many same values to model - by Ali - 09-27-2017, 04:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB