Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2003022

[PHP] Re: PHP graphs From: Steve Magruder (steve <email protected>)
Date: 02/28/03

"K" <nkom <email protected>> wrote in message
news:20030227183611.59150.qmail <email protected>
> Hi guys,
> I would like to read the IP address from a PC that connects to my web
site.
> Any function does that in PHP?

SuperGlobal var in >= 4.1.0:
$_SERVER['REMOTE_ADDR']

Global var in < 4.1.0:
$HTTP_SERVER_VARS['REMOTE_ADDR']

Steve

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