[PHP] diff between script_filename, path_translated

2004-01-30 Thread John Schulz
After reading the manual entry on $_SERVER predefined variables, I'm unclear on the difference between 'SCRIPT_FILENAME' and 'PATH_TRANSLATED'. Results from a test script, run from a few different locations on my webserver, were always the same for these two variables. I'm especially confused

Re: [PHP] diff between script_filename, path_translated

2004-01-30 Thread John W. Holmes
From: John Schulz [EMAIL PROTECTED] After reading the manual entry on $_SERVER predefined variables, I'm unclear on the difference between 'SCRIPT_FILENAME' and 'PATH_TRANSLATED'. Results from a test script, run from a few different locations on my webserver, were always the same for these

Re: [PHP] diff between script_filename, path_translated

2004-01-30 Thread John Schulz
John W. Holmes wrote: Not sure what to say on this one other than, yeah, they're the same. :) Ah, spiffy. ;) Not sure if this will help either, but this is what I use to determine where I'm at in scripts I write. Very helpful, thank you! :) I realized after sending that I should probably keep