Welcome Guest, Not a member yet? Register   Sign In
Re-populating form with 2 dimensional indexed array
#5

[eluser]20000RPM[/eluser]
I think that this:

Code:
<input type="text" name="expenses[][name]" value="" />
<input type="text" name="expenses[][amount]" value="" />

gives you an array like this:

Code:
expenses[0] => array('name'=>''),
expenses[1] => array('amount'=>'')

Which doesn't keep them together if you see what I mean.


Messages In This Thread
Re-populating form with 2 dimensional indexed array - by El Forum - 02-22-2012, 04:18 AM
Re-populating form with 2 dimensional indexed array - by El Forum - 02-22-2012, 05:05 AM
Re-populating form with 2 dimensional indexed array - by El Forum - 02-22-2012, 05:23 AM
Re-populating form with 2 dimensional indexed array - by El Forum - 02-22-2012, 08:17 AM
Re-populating form with 2 dimensional indexed array - by El Forum - 02-22-2012, 08:28 AM
Re-populating form with 2 dimensional indexed array - by El Forum - 02-22-2012, 08:45 AM
Re-populating form with 2 dimensional indexed array - by El Forum - 02-22-2012, 01:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB