Hello,
I've got an issue with php4 that i suspect has to do with
register_global s being off. I want to access the HTTP_* variables exported
by apache. I would normally do this via:
echo "$HTTP_USER_AGE NT";
with register_global s off this isn't working. This request isn't part of a
form so the $_GET and $_POST arrays won't have it. According to phpinfo()
the variable is being set i am unable to find it. Any help appreciated.
Thanks.
Dave.
I've got an issue with php4 that i suspect has to do with
register_global s being off. I want to access the HTTP_* variables exported
by apache. I would normally do this via:
echo "$HTTP_USER_AGE NT";
with register_global s off this isn't working. This request isn't part of a
form so the $_GET and $_POST arrays won't have it. According to phpinfo()
the variable is being set i am unable to find it. Any help appreciated.
Thanks.
Dave.
Comment