Re: [PHP] Auto Prepend/Append

2001-03-07 Thread chris
On Tue, Mar 06, 2001 at 12:28:33PM -0600, Boget, Chris wrote: > > >Is it possible to use the auto prepend/append directives to > > >prepend/append particular files only to files with a particular > > >extension? > > I don't believe you can do this directly with PHP but you > > probably can with >

RE: [PHP] Auto Prepend/Append

2001-03-06 Thread Boget, Chris
> Try putting > > php_value auto_prepend_file "foo.php" > > in your httpd.conf file. Once you put this in the conf file > for Apache, restart Apache and see if the changes take place. > That should do what you want it to. Unfortunately, no. Here is what we have in our httpd.conf file:

RE: [PHP] Auto Prepend/Append

2001-03-06 Thread Hoover, Josh
Chris, Try putting php_value auto_prepend_file "foo.php" in your httpd.conf file. Once you put this in the conf file for Apache, restart Apache and see if the changes take place. That should do what you want it to. Josh Hoover KnowledgeStorm, Inc. Searching for a new IT solution f

RE: [PHP] Auto Prepend/Append

2001-03-06 Thread Boget, Chris
> >Is it possible to use the auto prepend/append directives to > >prepend/append particular files only to files with a particular > >extension? > I don't believe you can do this directly with PHP but you > probably can with > Apache: > > php_value prepend_file "foo.php" >

Re: [PHP] Auto Prepend/Append

2001-03-06 Thread Chris Adams
On 6 Mar 2001 08:13:00 -0800, Boget, Chris <[EMAIL PROTECTED]> wrote: >Is it possible to use the auto prepend/append directives to >prepend/append particular files only to files with a particular >extension? I don't believe you can do this directly with PHP but you probably can with Apache:

[PHP] Auto Prepend/Append

2001-03-06 Thread Boget, Chris
Based on what I read, I believe the answer to this question is "No", but am hoping for confirmation because someone might have been able to find a way to make this work. Is it possible to use the auto prepend/append directives to prepend/append particular files only to files with a particular ext