include("includes/config.inc.php"); $Page = selectFrom("select * from tbl_project_sections_pages where id = '".addslashes($id)."' "); $Project = selectFrom("select * from tbl_projects where id = '".addslashes($Page['project_id'])."' "); if($Page["background_strip"] == 'C') {$Page["background_strip"] = $Project["background_strip"];} if($Page["show_in_browser"] == 'C') {$Page["show_in_browser"] = $Image["show_in_browser"];} if($Page['show_in_browser'] == 'Y') { include("web_proofing/index.php"); exit; } ?>