C0p0n wrote:
> The thing is that I reinstalled win2k, so I did with apache, mysql, php
> 4.1.1 the same.

> <?
> echo "<br>Nombre del servidor: <b> $SERVER_NAME </b>";
> echo "<br>Versión de CGI: <b> $GATEWAY_INTERFACE </b>";
> echo "<br>Software del server: <b> $SERVER_SOFTWARE </b>";
> echo "<br>URL referida: <b> $HTTP_REFERER </b>";
> echo "<br>IP del cliente: <b> $REMOTE_ADDR </b>";
> ?>

Register globals are no longer recommended and it will be off by
default from PHP 4.2. Use track vars. $_SERVER for example.

-- 
Yasuo Ohgaki


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to