[PHP] Resubmitting questions (Was [PHP] List of included file names)

2001-06-21 Thread Jason Murray
Little note not only to you: Getting no answer after ~3 hours does *not* mean you have to resubmit the question. Agreed. No answer usually means: 1) We don't know 2) We don't know anyone who knows 3) We're asleep or 4) We don't care (hey, most of us have our own interests) This

RE: [PHP] List of included file names

2001-06-21 Thread DAve Goodrich
-Original Message- From: Tim McGuire [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 2:30 PM To: [EMAIL PROTECTED] Subject: [PHP] List of included file names. Hi, I searched the archives for this. For debugging purposes, I want to see a list of the included files

Re: [PHP] List of included file names

2001-06-21 Thread lenar
: [EMAIL PROTECTED] Subject: [PHP] List of included file names. Hi, I searched the archives for this. For debugging purposes, I want to see a list of the included files on a page in HTML comments. PHP_SELF and HTTP_SERVER_VARS[SCRIPT FILENAME] only returns the name

Re: [PHP] list of included file names

2001-06-21 Thread Gyozo Papp
- From: Tim McGuire [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 2001. jĂșnius 19. 17:42 Subject: [PHP] list of included file names Hi, I searched the archives for this. For debugging purposes, I want to see a list of the included files on a page in HTML comments. PHP_SELF and HTTP_SERVER_VARS

[PHP] List of included file names.

2001-06-20 Thread Tim McGuire
Hi, I searched the archives for this. For debugging purposes, I want to see a list of the included files on a page in HTML comments. PHP_SELF and HTTP_SERVER_VARS[SCRIPT FILENAME] only returns the name + path of the file calling the included files. I want each included file to contribute

Re: [PHP] List of included file names.

2001-06-20 Thread Dallas K.
Try using $PHP_SELF to get the name of the PHP script. - Original Message - From: Tim McGuire [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 19, 2001 11:30 AM Subject: [PHP] List of included file names. Hi, I searched the archives for this. For debugging purposes

Re: [PHP] list of included file names

2001-06-20 Thread Christian Reiniger
On Tuesday 19 June 2001 17:42, Tim McGuire wrote: For debugging purposes, I want to see a list of the included files on a page in HTML comments. http://php.net/get_included_files -- Christian Reiniger LGDC Webmaster (http://sunsite.dk/lgdc/) Very funny, Scotty! Now beam up my clothes...

Re: [PHP] List of included file names.

2001-06-20 Thread Christian Reiniger
On Tuesday 19 June 2001 20:30, Tim McGuire wrote: I searched the archives for this. For debugging purposes, I want to see a list of the included files on a page in HTML comments. Little note not only to you: Getting no answer after ~3 hours does *not* mean you have to resubmit the

RE: [PHP] List of included file names.

2001-06-20 Thread scott [gts]
PROTECTED] Subject: [PHP] List of included file names. Hi, I searched the archives for this. For debugging purposes, I want to see a list of the included files on a page in HTML comments. PHP_SELF and HTTP_SERVER_VARS[SCRIPT FILENAME] only returns the name + path of the file calling

[PHP] list of included file names

2001-06-19 Thread Tim McGuire
Hi, I searched the archives for this. For debugging purposes, I want to see a list of the included files on a page in HTML comments. PHP_SELF and HTTP_SERVER_VARS[SCRIPT FILENAME] only returns the name + path of the file calling the included files. I want each included file to contribute