Zend - The PHP Company




Miscellaneous

Add Code


Auto prepend append in php4  

Type: code fragment
Added by: fuelman
Entered: 14/06/2000
Last modified: 08/12/1999
Rating: - (fewer than 3 votes)
Views: 6016
header and footer in php4


<?php
/* When i tried to add header and footer on my pages
automatically with auto prepend/append on a server
running php4, it did not work, so i changed the code
in the .htaccess file to this and woila ..

In htaccess:
php_value auto_prepend_file /home/path/www/calcon/prep.php
php_value auto_append_file /home/path/www/calcon/app.php

I�m a newbie in php and hopes this will be useful for someone. */
?>


Usage Example


See the example


Rate This Script





Search



This Category All Categories