No, not running any CMS. I simply incorporated PHP commands in with HTML to make it look fluid with the rest of the website. Pretty much the SPGM index.php command was inserted in an existing web page. Thats where my trouble is now. I need the webpage to open not just <?php require("spgm.php"); ?>, but <?php require("spgm-vid.php"); ?> as well so it will display both galleries. What is the required code to tell it to require to open/run both?