News Feed
Jobs Feed
Sections




News Archive
Chris Shiflett's Blog:
SERVER_NAME Versus HTTP_HOST
March 17, 2006 @ 06:53:14

On Chris Shiflett's blog, there's a post that looks a an issue that's been brought up on the New York PHP mailing list concerning two variables in the $_SERVER superglobal - SERVER_NAME and HTTP_POST.

The question initially was "arean't these the same thing?" Chris answers:

There were several informative replies within the first few minutes, but there's more to this question than most people realize. In fact, I'm reminded of a blog entry from Zeev last year, where he warns against $_SERVER['SERVER_NAME'].

Zeev suggests that SERVER_NAME is pulled from the Host header from the remote user. Chris reminds us, also, of some disagreements with this view Zeev presented, namely from Rasmus. Chris then gives an example script to illustrate hos things area really handled - the variables use the given values when they're present in the request, but they still do default back to the ServerName when absent (so only in certain circumstances).

0 comments voice your opinion now!
server_name http_post superglobal depends on sent header server_name http_post superglobal depends on sent header


blog comments powered by Disqus

Similar Posts

Kris Jordan's Blog: Towards RESTful PHP - 5 Basic Tips

CSS-Tricks.com: Using Weather Data to Change Your Website’s Appearance through PHP and CSS

Cliff Wells\' Blog: Why the light has gone out on LAMP

Ilia Alshanetsky's Blog: mail() logging for PHP

Chris Shiflett\'s Blog: SERVER_NAME Versus HTTP_HOST


Community Events











Don't see your event here?
Let us know!


language testing series community development conference interview functional zendframework2 api database example release introduction opinion object framework code podcast composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework