Re: [PHP] old getenv?

2002-12-18 Thread Bryan Koschmann - GKT
Hey thanks Kevin. That was all I needed to know. I can't quite understand why it didn't report back, but I have it working now. I did have register_globals off, and even tried turning it on, but that didn't make a difference. Maybe I should just start trying to write my own from scratch :) Thanks

Re: [PHP] old getenv?

2002-12-18 Thread Kevin Stone
The only way to get at HTTP_REFERER is either through getenv(), $HTTP_SERVER_VARS, or $_SERVER. There is no other way around it. But since the methods are universial there shouldn't be any harm in just using the Find/Replace command in your editor. I found one (rather odd) reference that suggest