Welcome Guest, Not a member yet? Register   Sign In
Using Arrays as Field Names
#1

[eluser]moleculezz[/eluser]
Hello,

I have a small problem using arrays as field names. It doesn't seem to work. I checked the user guide and came up with the following method of doing it.
Form validation
Code:
<input type="text" name="options[]" value="<?php echo set_value('options[]'); ?>" size="50" />

When I submit the form. The fields are populated but with the word array.
I also tried the following, but that doesn't populate at all.
Code:
<input type="text" name="options[<?php echo $num;?>]" value="<?php echo set_value('options['.$num.']'); ?>" size="8"  />

I am using a for loop to display multiple input fields.


Messages In This Thread
Using Arrays as Field Names - by El Forum - 05-29-2010, 06:50 AM
Using Arrays as Field Names - by El Forum - 05-30-2010, 12:24 PM
Using Arrays as Field Names - by El Forum - 05-30-2010, 03:32 PM
Using Arrays as Field Names - by El Forum - 05-30-2010, 09:35 PM
Using Arrays as Field Names - by El Forum - 05-31-2010, 01:21 AM
Using Arrays as Field Names - by El Forum - 06-01-2010, 07:24 AM
Using Arrays as Field Names - by El Forum - 06-19-2010, 04:12 AM
Using Arrays as Field Names - by El Forum - 06-19-2010, 08:23 AM
Using Arrays as Field Names - by El Forum - 06-19-2010, 12:18 PM
Using Arrays as Field Names - by El Forum - 06-20-2010, 02:01 PM
Using Arrays as Field Names - by El Forum - 06-20-2010, 03:35 PM
Using Arrays as Field Names - by El Forum - 08-02-2010, 03:35 PM
Using Arrays as Field Names - by El Forum - 09-10-2010, 10:43 PM
Using Arrays as Field Names - by El Forum - 09-13-2010, 06:58 AM
Using Arrays as Field Names - by El Forum - 09-13-2010, 03:08 PM
Using Arrays as Field Names - by El Forum - 10-13-2010, 06:33 AM
Using Arrays as Field Names - by El Forum - 11-25-2010, 04:51 AM
Using Arrays as Field Names - by El Forum - 11-25-2010, 05:14 AM
Using Arrays as Field Names - by El Forum - 11-25-2010, 05:15 AM
Using Arrays as Field Names - by El Forum - 04-28-2011, 06:44 AM
Using Arrays as Field Names - by El Forum - 08-03-2011, 09:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB