1
0
mirror of https://github.com/php/web-php.git synced 2026-03-31 11:42:09 +02:00
Files
archived-web-php/oreilly99/s_tools3.php3
1999-08-21 16:11:20 +00:00

18 lines
398 B
PHP

<?php require "header.inc"?>
<h1>Auto Prepend and Auto Append</h1>
<p>Include a PHP script before and after each PHP-parsed
file.
<p>Can include a common set of functions, or wrap content
with a common header and footer.
<?example('<Directory /files/>
SetHandler application/x-httpd-php3
php3_auto_prepend header.inc
php3_auto_append footer.inc
</Directory>
');?>
<?php require "footer.inc"?>