Re: [PHP] base dir

2001-02-08 Thread Martin A. Marques
El Jue 08 Feb 2001 01:44, Steve Werby escribió: > "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

RE: [PHP] base dir

2001-02-07 Thread Maxim Maletsky
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

Re: [PHP] base dir

2001-02-07 Thread Steve Werby
"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: It will show you the way and

Re: [PHP] base dir

2001-02-07 Thread Martin A. Marques
El Mié 07 Feb 2001 19:20, Brandon Orther escribió: > Hello, > > 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? Check the variable $HTTP_SERVER_VARS["SCRIPT_FILENAME"] a