[FX.php List] Thoughts about line 1425 of FX.php

Tim 'Webko' Booth tim at nicheit.com.au
Wed Jun 10 18:23:25 MDT 2009


On 11/06/2009, at 7:49 AM, Steve Winter wrote:

> Hi Dale,
>
> As per the original post, I get it whenever I submit an array  
> through the post variable... so if my form has something like
>
> <input type="text" name="box[]" value="car" />
> <input type="text" name="box[]" value="truck" />
> <input type="text" name="box[]" value="bus" />
> <input type="text" name="box[]" value="plane" />
> <input type="text" name="box[]" value="helicopter" />
>
> When the data arrives back at PHP I have an array in the POST  
> variable called box, which has as it's values car, truck etc...

Yep, I'm familiar with this warning for the same reasons ;-)

To be honest, I didn't really examine it too closely once I figured it  
wasn't actually affecting anything, so I suppress it with @ at the  
start of lines that trigger the warning (usually a FX action...)

Cheers

webko


More information about the FX.php_List mailing list