Hi,
I'm developing a program that for some security reasons, i need to access EGPCS variables from $HTTP*VARS.
From php manual on PHP website says that if track_vars is on, i can access EGPCS variables from $HTTP*VARS.
But on my systems, if i set register_globals to on, and track_vars to on, my programs doesn't work anymore. But if i set register_globals to off, and track_vars to on, it works fine. I'm using php 4.something, which track_vars is always on anyway.
Is it a bug in PHP or do I understand the manual wrong?
MSN