I want to get the hostname from the browsers that access my site.
What is the syntax to use with the HTTP_ENV_VARS?
mysql_query("INSERT INTO weblog(ip, hostname, port, time) " . " \
VALUES('$REMOTE_ADDR', '$HTTP_ENV_VARS....', '$REMOTE_PORT', \
'$time')");
Thanks!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

