View Single Post
Old 12-15-2003, 08:55 AM   #4
chris2000
Green Mole
 
Join Date: Dec 2003
Location: Germany, BaWue
Posts: 6
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).
__________________
Linux - where do you want to go tomorrow?
chris2000 is offline   Reply With Quote