I have a site that when a product is added via a form a new page is created for that product. The pages are based on a template but the product info is pulled drom the database. Right now, if I change the template the changes are not reflected unless I go to the form I have to make changes to the product and update it. Is there any way that a bulk update can be done?
Well, if the info is pulled from the database, why not have a template identifier on the product table, and dynamically create it, rather than (it seems this is what you are doing) writing the html page to disk....