05-08-2005, 12:23 AM
in former php versions the default setting was "register_globals=on" but php developpers regarded it as a security threat (which it is),
that's why it now defaults to "off". So, the better solution is to read header variables as in the example Dan gives above.
that's why it now defaults to "off". So, the better solution is to read header variables as in the example Dan gives above.