Re: [PHP] Getting name of the main file from external included script..

2001-03-14 Thread Christian Reiniger
On Tuesday 13 March 2001 00:14, you wrote: > I already asked this once before, but nobody seems to answer. That's > why I'm re-writing > my question. Well, you waited about two hours. That's not much, even for a mailinglist like php-general. -- Christian Reiniger LGDC Webmaster (http://sunsit

RE: [PHP] Getting name of the main file from external included script..

2001-03-13 Thread Johnson, Kirk
ok at $HTTP_REFERER, or pass the main page name as a GET attached to the URL. Hope this helps. Kirk -Original Message- From: Aviv Revach [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 4:15 PM To: [EMAIL PROTECTED] Subject: [PHP] Getting name of the main file from external included s

[PHP] Getting name of the main file from external included script..

2001-03-13 Thread Aviv Revach
Hey! I already asked this once before, but nobody seems to answer. That's why I'm re-writing my question. I have a main file named: "main.php3" It includes an external php3 script named: "ext.php3" Inside of the 'ext.php3' script - I need to know the full path of the file which inclu