sect_by_name[$sectionname]; if(is_numeric($sectionid)) { $bBlog->assign('sectionname',$sectionname); $bBlog->assign('sectionid',$sectionid); $bBlog->show_section = $sectionid; $bBlog->display('index.html'); } else { echo '

Error, not a section

'; } ?>