<?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. */ ?>
|
|