Topic awaiting preservation: $HTTP_USER_AGENT variable undefined? (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Berlin (almost) |
posted 10-06-2002 21:16
After re-installing Windows yesterday I just downloaded Apache and PHP to set up my little developing environment. And without having altered any of my codes, I'm now getting this strange error message: quote: I'm doing some some browser detecting there, it has always been working and still does on my webspace. How could $HTTP_USER_AGENT be not defined? I don't have any anti-virus or firewall software installed yet, so it can't be blocking anything if that was possible... |
Maniac (V) Inmate From: Brisbane, Australia |
posted 10-06-2002 23:52
Did you check to see if PHP is registering it's global variables?... |
Bipolar (III) Inmate From: Berlin (almost) |
posted 10-07-2002 08:44
Aaah, so that was the problem. Now it's working again. |