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: 
        <Files *.html>
                php_value prepend_file "foo.php"
        </Files>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to