John Holmes wrote:
> Even if it's only one file, have that file include the other necessary
> files... so two.php would include one.php, three.php, etc. You could
> even build the logic into two.php so it decides which other files to
> include based on any number of conditions.
>
> ---John Holme
Message-
> From: Alex Vincent [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 24, 2002 11:34 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] RFE: Multiple auto_prepend_file statements to work in
> Apache
>
> Dear Sirs,
>
> I'm wondering if it might be p
Dear Sirs,
I'm wondering if it might be possible to prepend multiple files to PHP
scripts using the .htaccess file.
For instance, the following:
php_value auto_prepend_file "two.php"
php_value auto_prepend_file "../one.php"
will produce a prepend from only ../one.php . This may be technicall
3 matches
Mail list logo