[PHP] Re: $HTTP_SERVER_VARS[HTTP_PC_REMOTE_ADDR] returns no value

2003-10-29 Thread pete M
its $HTTP_SERVER_VARS['REMOTE_ADDR']
or in php4+
$_SERVER['REMOTE_ADDR']
Randall Perry wrote:
Want to grab the client IP after client agrees to a contract, but am getting
no value from the $HTTP_SERVER_VARS[HTTP_PC_REMOTE_ADDR] var.
Anyone know why this might happen?

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


[PHP] Re: HTTP_SERVER_VARS not working. Please help

2002-09-08 Thread Steve Yates

Cirstoiu Aurel Sorin [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I tried to use $HTTP_SERVER_VARS['HTTP_HOST'] but the result is null.

I believe your web server has to set that variable.  Does phpinfo() show
a value for it?

 - Steve Yates
 - Friends don't let friends drive naked.

~ Do you like my taglines? Add them to your messages and
~ laugh through hundreds more by downloading Taglinator
~ at www.srtware.com today!





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




[PHP] Re: HTTP_SERVER_VARS not working. Please help

2002-09-06 Thread Erwin

Cirstoiu Aurel Sorin wrote:
 I tried to use $HTTP_SERVER_VARS['HTTP_HOST'] but the result is null.
 Is there an option so I can turn it on?

If PHP  4.1.0:
try $_SERVER['HTTP_HOST'] instead. You can also set register_globals = On in
the php.ini file (not recommended!)

HTH
Erwin



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




[PHP] Re: HTTP_SERVER_VARS not working. Please help

2002-09-06 Thread Cirstoiu Aurel Sorin

I also tried $_HTTP['HTTP_HOST']. Not working. The host has php 4.1.2
version

--

Cirstoiu Aurel Sorin
InterAKT Support

http://www.interakt.ro

Erwin [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Cirstoiu Aurel Sorin wrote:
  I tried to use $HTTP_SERVER_VARS['HTTP_HOST'] but the result is null.
  Is there an option so I can turn it on?

 If PHP  4.1.0:
 try $_SERVER['HTTP_HOST'] instead. You can also set register_globals = On
in
 the php.ini file (not recommended!)

 HTH
 Erwin





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




Re: [PHP] Re: HTTP_SERVER_VARS not working. Please help

2002-09-06 Thread Brad Bonkoski

that's: $_SEVER['HTTP_HOST']

Cirstoiu Aurel Sorin wrote:
 I also tried $_HTTP['HTTP_HOST']. Not working. The host has php 4.1.2
 version
 
 --
 
 Cirstoiu Aurel Sorin
 InterAKT Support
 
 http://www.interakt.ro
 
 Erwin [EMAIL PROTECTED] wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 
Cirstoiu Aurel Sorin wrote:

I tried to use $HTTP_SERVER_VARS['HTTP_HOST'] but the result is null.
Is there an option so I can turn it on?

If PHP  4.1.0:
try $_SERVER['HTTP_HOST'] instead. You can also set register_globals = On
 
 in
 
the php.ini file (not recommended!)

HTH
Erwin


 
 
 
 



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




Re: [PHP] Re: HTTP_SERVER_VARS not working. Please help

2002-09-06 Thread Cirstoiu Aurel Sorin

Yes, I ment  $_SEVER['HTTP_HOST']
but I wrote wrong.
Still nothing. What is the problem??
This should work but is not.

--

Cirstoiu Aurel Sorin
InterAKT Support

http://www.interakt.ro

Brad Bonkoski [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 that's: $_SEVER['HTTP_HOST']

 Cirstoiu Aurel Sorin wrote:
  I also tried $_HTTP['HTTP_HOST']. Not working. The host has php 4.1.2
  version
 
  --
  
  Cirstoiu Aurel Sorin
  InterAKT Support
 
  http://www.interakt.ro
  
  Erwin [EMAIL PROTECTED] wrote in message
  [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 
 Cirstoiu Aurel Sorin wrote:
 
 I tried to use $HTTP_SERVER_VARS['HTTP_HOST'] but the result is null.
 Is there an option so I can turn it on?
 
 If PHP  4.1.0:
 try $_SERVER['HTTP_HOST'] instead. You can also set register_globals =
On
 
  in
 
 the php.ini file (not recommended!)
 
 HTH
 Erwin
 
 
 
 
 
 





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




Re: [PHP] Re: HTTP_SERVER_VARS not working. Please help

2002-09-06 Thread Cirstoiu Aurel Sorin

This is not the problem. I understand what you mean.
Now you wrote wrong and I copy pasted.
I tried with $_SERVER['HTTP_HOST'] . No effect.


--

Cirstoiu Aurel Sorin
InterAKT Support

http://www.interakt.ro

Cirstoiu Aurel Sorin [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Yes, I ment  $_SEVER['HTTP_HOST']
 but I wrote wrong.
 Still nothing. What is the problem??
 This should work but is not.

 --
 
 Cirstoiu Aurel Sorin
 InterAKT Support

 http://www.interakt.ro
 
 Brad Bonkoski [EMAIL PROTECTED] wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  that's: $_SEVER['HTTP_HOST']
 
  Cirstoiu Aurel Sorin wrote:
   I also tried $_HTTP['HTTP_HOST']. Not working. The host has php 4.1.2
   version
  
   --
   
   Cirstoiu Aurel Sorin
   InterAKT Support
  
   http://www.interakt.ro
   
   Erwin [EMAIL PROTECTED] wrote in message
   [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  
  Cirstoiu Aurel Sorin wrote:
  
  I tried to use $HTTP_SERVER_VARS['HTTP_HOST'] but the result is null.
  Is there an option so I can turn it on?
  
  If PHP  4.1.0:
  try $_SERVER['HTTP_HOST'] instead. You can also set register_globals =
 On
  
   in
  
  the php.ini file (not recommended!)
  
  HTH
  Erwin
  
  
  
  
  
  
 
 





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




Re: [PHP] Re: HTTP_SERVER_VARS not working. Please help

2002-09-06 Thread Marek Kilimajer



Contents of the Host: header from the current request, if there is one.

Does your browser send Host: ? If you use IP it doesn't


Cirstoiu Aurel Sorin wrote:

This is not the problem. I understand what you mean.
Now you wrote wrong and I copy pasted.
I tried with $_SERVER['HTTP_HOST'] . No effect.


--

Cirstoiu Aurel Sorin
InterAKT Support

http://www.interakt.ro

Cirstoiu Aurel Sorin [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  

Yes, I ment  $_SEVER['HTTP_HOST']
but I wrote wrong.
Still nothing. What is the problem??
This should work but is not.

--

Cirstoiu Aurel Sorin
InterAKT Support

http://www.interakt.ro

Brad Bonkoski [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...


that's: $_SEVER['HTTP_HOST']

Cirstoiu Aurel Sorin wrote:
  

I also tried $_HTTP['HTTP_HOST']. Not working. The host has php 4.1.2
version

--

Cirstoiu Aurel Sorin
InterAKT Support

http://www.interakt.ro

Erwin [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...



Cirstoiu Aurel Sorin wrote:

  

I tried to use $HTTP_SERVER_VARS['HTTP_HOST'] but the result is null.
Is there an option so I can turn it on?


If PHP  4.1.0:
try $_SERVER['HTTP_HOST'] instead. You can also set register_globals =
  

On


in



the php.ini file (not recommended!)

HTH
Erwin


  





  






  



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




[PHP] Re: $HTTP_SERVER_VARS not accessible in Functions (fwd)

2002-07-22 Thread Sukumar .S



What is your PHP Version ?

Try putting the 

   global $HTTP_SERVER_VARS;
   print_r($HTTP_SERVER_VARS);

in your custom function  and check out what is it printing...

-S. Sukumar


 I'm trying to access some settings in the $HTTP_SERVER_VARS[] array, but,
 within a custom function() this array appears empty. In the calling script,
 however, the $HTTP_SERVER_VARS[] array is defined.
 
 I thought this was supposed to be superglobal and available on every
 level? If not, is there another command I can use? I also tried $_SERVER[]
 but this appears to be always empty no matter what level I call it on.
 
 Thanks.
 
 Monty
 
 
 .
 
 



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




[PHP] Re: $HTTP_SERVER_VARS not accessible in Functions

2002-07-22 Thread Richard Lynch

I'm trying to access some settings in the $HTTP_SERVER_VARS[] array, but,
within a custom function() this array appears empty. In the calling script,
however, the $HTTP_SERVER_VARS[] array is defined.

I thought this was supposed to be superglobal and available on every
level? If not, is there another command I can use? I also tried $_SERVER[]
but this appears to be always empty no matter what level I call it on.

$_SERVER, if you are in a current version, would be a super global.
$_HTTP_SERVER_VARS would *NOT* be super global.

You'll need:
global $HTTP_SERVER_VARS;
inside your function to import the data.

-- 
Like Music?  http://l-i-e.com/artists.htm


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




[PHP] Re: $HTTP_SERVER_VARS

2002-05-04 Thread Kyle Gibson

My firewall prevented me from seeing the variable in action.


Ignore this.



-Kyle



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