|
|
 |
Re: FN-FORUM: Full Referrer URL PHP
date posted 12th May 2008 18:04
Brendan Oliver wrote:
> $REMOTE_ADDR
>
> $HTTP_REFERER
>
> $REQUEST_URI
>
> $HTTP_HOST
>
> $HTTP_USER_AGENT
>
>
> arent these deprecated now?
>
>
I think you'll find that they're deprecated under PHP6 (See this (
http://www.ibm.com/developerworks/opensource/library/os-php-future/?ca=dgr-lnxw01PHP-Future
) for reference ) but you'll still be able to use
$_SERVER['REMOTE_ADDR'] etc. It's just the long names that're
deprecated AIUI.
Alex
http://www.ozbon.com
|
 |
|