Looking at the PHP manuals?

here: 
on http://www.php.net/manual/en/language.variables.predefined.php
where in fact it is documented, it says:

For a list of all predefined variables (and lots of other useful
information), please see (and use) phpinfo(). 


Cheers,
Maxim Maletsky


-----Original Message-----
From: Steve Werby [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 08, 2001 1:45 PM
To: Brandon Orther; PHP User Group
Subject: Re: [PHP] base dir


"Brandon Orther" <[EMAIL PROTECTED]> wrote:
> I am sure this is a dumb/easy question but I can't seem to find it looking
> at the php manual... can someone tell me the function that gets the path
of
> where the script is?

Create a webpage containing the following:

<?php phpinfo(); ?>

It will show you the way and give you a lot more info. to save you from
asking a lot of questions in the future.  <smile>

--
Steve Werby
COO
24-7 Computer Services, LLC
Tel: 804.817.2470
http://www.247computing.com/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to