View Single Post
Old 10-31-2007, 08:51 AM   #21 (permalink)
Stu
All Star Starter
 
Stu's Avatar
 
Join Date: Dec 2005
Posts: 1,026
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?
Stu is offline   Reply With Quote