I have this site, here is a sample page:
http://www.npiflorida.com/broward_chapter_list.php
Currently all pages for teh list of chapters have their own php page. Since the locations currenly linked to the list of members for that location. Locations need to be added dynamically to the database and the pages coming from that instead of having and individual php page for each one. Would it be best to have a single template that connects to the database for teh location called or should I have the template actaully in the database?