> How can I obtain the client's IP address in PHP? I'm trying to migrate from
> IIS/ASP to Apache & PHP and need something similar to ASP's servervariables'
> collection? (HTTP_REMOTE_ADDR)


Chris,

PHP's environment variables offer a "REMOTE_ADDR" value and 
"HTTP_SERVER_VARS["REMOTE_ADDR"]".
The best illustration of the PHP environment is offered by the <?php phpinfo() ?> 
'test.php'
routine.

Regards,
=dn



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to