View Single Post

  #3 (permalink)  
Old 11-22-2007
Per Jessen
 
Posts: n/a
Default Re: [PHP] getenv ... i think

Steven Macintyre wrote:

> If i take OUT the getenv if then, it works ... so i know that is where
> the problem is.


I didnt bother with reading all your code, but maybe you should use
$_SERVER['REMOTE_HOST'] instead of the getenv() call ?


/Per Jessen, Zürich
Reply With Quote