Re: [PHP-DB] includes and filenames

2001-08-15 Thread Jason Wong
- Original Message - From: travis forden [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 15, 2001 11:17 AM Subject: [PHP-DB] includes and filenames in effect i want a function that will find the filename of the includer file and past it into a link. something like

Re: [PHP-DB] includes and filenames

2001-08-15 Thread Justin Buist
So you want the footer to link to the page that called it? echo a href=\$SCRIPT_NAME\text/a or echo a href=\$PHP_SCRIPT\text/a Justin Buist Trident Technology, Inc. 4700 60th St. SW, Suite 102 Grand Rapids, MI 49512 Ph. 616.554.2700 Fx. 616.554.3331 Mo. 616.291.2612 On Tue, 14 Aug 2001,

[PHP-DB] includes and filenames

2001-08-14 Thread travis forden
Hi. This is my setup. I have a PHP file that pulls in two includes - content and footer. content is done with readfile() since no processing done (in most cases). footer in done with include() - or will be once i find an answer to my question. currently the footer is exactly the same for