i've never done this myself, but a suggestion would
be to check out: 'auto_append_file' and 'auto_prepend_file'
they're php.ini directives.
for example, try adding "auto_prepend_file 'stuff.php'"
to your php.ini
when PHP goes to load a page, it'll first check to see if
'stuff.php' can be found,
On Thursday 28 June 2001 02:08, Mark Maggelet wrote:
> Is there any way to set output_buffering per directory or host?
> I tried putting:
> php_value output_buffering On
>
> in my virtual host, also in , , and .htaccess
> the only place it seems to get noticed is in php.ini
Try using php_flag ins
2 matches
Mail list logo