Quote:
Originally posted by Charter
PHP Code:
// The extract(phpdigHttpVars(...)); treats keys as variable names and values as
// variable values, so it is the extract(phpdigHttpVars(...)); that it is circumventing
// the deactivation of register_globals.
|
Hmm, what I still don't understand is why I could change my variable $test via GET, although register_globals is deactivated and $test isn't part of the Array (see my code above).