|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-07-27 13:41 UTC] jim
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Jun 17 11:00:02 2026 UTC |
I compiled php with mysql as an apache module. Apache also contains SSL and mod_perl. When I do: <? $host = $GLOBALS['REMOTE_HOST']; echo "host: " . $host . "<br>\n"; ?> I don't get a value for $host.