|
dola,
One other question. I add an html header and footer to all my php and html pages on my site. I accomplish this by using in my php.ini:
auto_prepend_file = /path.../header.html
auto_append_file = /path.../footer.html
I process all the html pages as php pages so it adds these headers as well.
Obviously I can't process perl files as php, so do you know of an easy way to include these headers on all the utilities pages?
|