One thing to have script writers remember... If they're using PHP andMySQL there is a tendency to want to always build the pages on the fly when they are accessed. This is a terrible idea for something as large and potentially as busy as a Link Site.
It's way better to use templates and let us rebuild static pages when we want to update the site...
|