PHPHelp with CGI Enviroment
July 27th, 2002 Posted in Resource Filled<php > is not my native language. I speak is as about as fluently as I speak German or Spanish - two languages I studied, and can read, but heaven help you if I need to speak it. Mostly its a vocabulary thing. Not speaking in these various tongues, I tend to forget the vocabulary and syntax.
So to with <php >
Which is why I was so glad to find the following page to remind me on how to Access the CGI Enviroment variables … appropriately names Basics of Accessing the CGI Enviroment.
Actually the entire site is a pretty good resource if you ask me - though if you must ask in a language other than English, make sure you speak slowly and clearly.
%DIGG%
Share This
One Response to “PHPHelp with CGI Enviroment”
By Keith on Jul 28, 2002
I don’t know why people insist on using getenv() for variables that are already available to you.
Yeah, I guess… just use $_SERVER, $_ENV, or $HTTP_ENV_VARS, which has always been available. Does getenv involve a system call?