RE: [PHP] Re: included file name -- DOCS ?

2002-04-04 Thread Mikhail Avrekh
gt; > > -Original Message----- > > From: Philip Hallstrom [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, April 04, 2002 2:28 AM > > To: Mikhail Avrekh > > Cc: [EMAIL PROTECTED] > > Subject: [PHP] Re: included file name > > > > Check the constants sectio

RE: [PHP] Re: included file name

2002-04-03 Thread Maxim Maletsky
ginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com > -Original Message- > From: Philip Hallstrom [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 04, 2002 2:28 AM > To: Mikhail Avrekh > Cc: [EMAIL PROTECTED] > Subject: [PHP] Re: included file name > &

[PHP] Re: included file name

2002-04-03 Thread Philip Hallstrom
Check the constants section of the manual... __FILE__ (case-insensitive) The name of the script file presently being parsed. If used within a file which has been included or required, then the name of the included file is given, and not the name of the parent file. On Wed, 3 Apr 2002, Mikhail