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.
|
Ok, thanks

for your detailed explanations! I didn't know the extract-function.
I'll go on reading the code, and if I've further questions, I'll ask here again

.