>>>>> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes:

Amir> And I *still* can't
Amir> really find the a variable that tells you which file you're
Amir> looking at. PHP_SELF might be it, but I can't tell, because
Amir> grepping for it in the manual only finds it in an example on a
Amir> page that's Apache-specific.  Arg!

Did you try the following suggestion from the PHP FAQ?

5.12 Where can I find a complete list of pre-set variables available
to me, and why are these not documented in the PHP documentation? 

      The best way is to stick a <?phpinfo()?> tag on a
      page and load it up. This will show you all sorts of information
      about your PHP setup, including a list of both
      environment variables and also special variables set by your web
      server. This list can't really be documented in the PHP
      documentation because it will change from one server to
      another. 

Reply via email to