I was doing a pretty basic tutorial to gather the users web browser, browser version, and OS. I did most of this through predefined variable $HTTP_USER_AGENT but when I go to run the script it says "Notice: Undefined variable: HTTP_USER_AGENT "
Why is this not working? do I have to set up the variable in php.ini? The tut I followed said nothing about it but I don't get why this isn't working.