|
Posted by Water Cooler v2 on 07/12/06 16:51
> You could pre-process though, as explained in the link I gave:
> http://allmyfaqs.net/faq.pl?Include_one_file_in_another
> That way you do all the including at home, and voila, the result is an
> entire website with navigation on every page.
Wow! thanks for that link. I didn't know they built a pre-processor for
HTML. Funky! But there're two disadvantages with it, from what I am
reading:
1. You have to run the pre-processor only once, and that is when you're
fully sure all your content that is to be included is final and won't
change.
2. Not good when you have to edit the content included through the
pre-processor. It would require replacemnet of code in every page that
has the content (pre-processor inserted content) included.
> Yup - except for that (IS)API stuff, but I don't think I needed to
> understand that ;-)
OK. Sorry.
> BTW - are you sure your server doesn't have PHP installed or SSI
> enabled?
I am sure that my webserver has PHP 5.0 installed and ASP 3.0 and ASP
..NET v1.1 also intsalled. :-)
However, SSI is not currently enabled.
[Back to original message]
|