HuggieBear Posted August 30, 2006 Share Posted August 30, 2006 Where can I find information in the PHP documentation about !_SERVER[...] variables?I've searched and can't find anything. According to phpinfo() they come under the Apache heading, but I can't find anything under the 'Apache specific' functions in the manual.RegardsRich Link to comment https://forums.phpfreaks.com/topic/19173-info-on-apache-variables/ Share on other sites More sharing options...
wildteen88 Posted August 30, 2006 Share Posted August 30, 2006 Run the function phpinfo in a script, scroll down to find the Apache Environment heading. Under that will be the list of server variables. Or goto the PHP Variables heading to find the _SERVER variables. Link to comment https://forums.phpfreaks.com/topic/19173-info-on-apache-variables/#findComment-82961 Share on other sites More sharing options...
HuggieBear Posted August 30, 2006 Author Share Posted August 30, 2006 Thanks Wildteen, pointed me in the right direction.I found the info in the documentation [url=http://www.php.net/manual/en/reserved.variables.php#reserved.variables.server]here[/url]. Link to comment https://forums.phpfreaks.com/topic/19173-info-on-apache-variables/#findComment-82965 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.