Posted by Chung Leong on 12/09/05 23:15
Malcolm Dew-Jones wrote:
> Justin Koivisto (justin@koivi.com) wrote:
>
> : Kim André Akerø wrote:
> : >
> : > You can safely use "_" (underscore) instead. If you need to use it in a
> : > query string or form field, use $_POST, $_GET or $_REQUEST.
>
> : - characters in those arrays are replaced by _ automagically...
>
> There must be a config setting to do that, cause I have never observed
> that behaviour. The following uses - in the html parameter names.
I would have sworn to god that that's how it work, at least in the case
of register_globals = 1 and extract(). Yet that's not the behavior when
I tried. Dashes remain dashes in $_GET and the variable isn't set.
Weird...
[Back to original message]
|