View Single Post
Old 12-16-2003, 11:28 AM   #6
chris2000
Green Mole
 
Join Date: Dec 2003
Location: Germany, BaWue
Posts: 6
Hi charter,

okay, then you have register_globals enabled. I have disabled it on my computer.

I've also accessed index.php?test=test. Then the output-line in the beginning of the script is empty (that's okay, because register_globals is disabled).

BUT the second line is "after phpdigHttpVars - test: test". Why that? Although $test isn't part of the array it's made global. That's what I didn't understand. Sorry, my comments in the code in my first posting were imprecise.

I want to read the rest of the code of the search itself (the admin and spidering is not so interesting), but the search should also work with disabled register_globals. I think that's better for security-reasons. (Okay, maybe I'm a bit paranoid ).

Bye,
Chris
__________________
Linux - where do you want to go tomorrow?
chris2000 is offline   Reply With Quote