HTTP_USER_AGENT, REMOTE_ADDR, HTTP_REFERER
I am trying to get these values, I will use $SERVER to get them. But what is the difference to use getenv or $SERVER to get the above values? Some notes said use $SERVER due to getenv not works in all cases. So should we drop getenv and use $SERVER, that is the advice?
Thanks!