PANORAMA EPHEMERA
// include db, functions include("db_connect.php"); include("functionsleft.php"); include("functionsright.php"); // retrieve section data $allSectionsArray_desiredFields = array ("sectionId", "section_title", "section_link", "section_keyline"); $allSectionsArray = returnAllSectionsArray($allSectionsArray_desiredFields); // section id $sectionid = trim($_GET['sectionid']); ?>