Hi folks,
I am using templates to output HTML and I have a lot of pages where the main content is a few paragraphs of text or an HTML table for example which I will put into $CONTENT.
My question is, what is the best way to store these variations of $CONTEHT?
A lot of it is fairly static so should I use include() files to load the $CONTENT or stuff it into a database and query it each time?
Thanks for the help
Nick