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

Gjermund Gusland Thorsen ggt667 at gmail.com
Thu Jun 11 01:20:17 MDT 2009


Sorry warning, not error.

2009/6/11 Gjermund Gusland Thorsen <ggt667 at gmail.com>:
> Hmm, mine looks more like this
> ---
> <input type="text" name="s[login]" value="" />
> <input type="password" name="s[password]" value="" />
> <input type="submit" name="a" value="Log in" />
> ---
> But I still get the same error as you mention, I might try your patch.
>
> ggt
>
> 2009/6/11 Tim 'Webko' Booth <tim at nicheit.com.au>:
>>
>> 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
>> _______________________________________________
>> FX.php_List mailing list
>> FX.php_List at mail.iviking.org
>> http://www.iviking.org/mailman/listinfo/fx.php_list
>>
>


More information about the FX.php_List mailing list