phpbar.de logo

Mailinglisten-Archive

[php] PHP Umgebung

[php] PHP Umgebung

andreas kempf aka 'amalesh' aka_(at)_bigfoot.de
Thu, 26 Aug 1999 10:44:10 GMT


On Thu, 26 Aug 1999 11:06:57 +0200, Oliver Feige wrote:

>Die Aufgabenstellung ist die, das man eine config.inc erstellt, die
>automatisch weiß, ob Sie auf einem Apache im Internet läuft oder
>im Intranet. Mein Chef, will, das man nicht jedes mall, wenn man
>ein Web vom Intranet (Entwicklungsumgebung) ins Internet (Kundenwebserver)
>überträgt, aufpassen muß

IMO müsste es so gehen:

if ($HTTP_HOST == "localhost")
{	echo "intranet";
}
else
{	echo "internet";
}

Statt "localhost" kannst du auch die IP-Nummer eures
entwicklungsservers angeben.

ciao

amalesh
-- 
Anwendungsentwicklung mit C++ JAVA VB PHP ASP SQL POET SGML XML
http://www.living-source.com ~ ak_(at)_living-source.com ~ icq963380
Hamburg : Tel. 040-39904183 Fax. 040-39904328 Mob. 0170-4809618
Freiburg: Tel. 0761-152580  Fax. 0761-1525850


php::bar PHP Wiki   -   Listenarchive