RE: [PHP] prepend file to all scripts...

2003-10-24 Thread Wouter van Vliet
Add: php_value auto_prepend_file /path/to/file To your .htaccess or VirutualHosts section. You might also want to use auto_append_file Wouter -Original Message- From: Jonathan Villa [mailto:[EMAIL PROTECTED] Sent: Friday 24 October 2003 22:00 To: [EMAIL PROTECTED]

Re: [PHP] prepend file to all scripts...

2003-10-24 Thread Ray
snip from: http://www.php.net/manual/en/configuration.directives.php auto_prepend_file string Specifies the name of a file that is automatically parsed before the main file. The file is included as if it was called with the include() function, so include_path is used. The special value

RE: [PHP] prepend file to all scripts...

2003-10-24 Thread Jonathan Villa
It looks like auto_prepend_file will do this for all of my apps... I'll look into the .htaccess option On Fri, 2003-10-24 at 15:07, Wouter van Vliet wrote: Add: php_value auto_prepend_file /path/to/file To your .htaccess or VirutualHosts section. You might also want to