Bryan Kaufman wrote:

> Try
> <?php echo HTTP_SERVER_VARS['REMOTE_ADDR']; ?>

this gives the same result i.e 127.0.0.1

> 
> also try
> <?php echo phpinfo(); ?>
> 
> It will tell you all the vars available, and you can
> see if register_globals is turned off (which is why
> you need to use HTTP_SERVER_VARS[])

yes the register globals is 'on' for both local and master value

now what do i do

-- 
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