Head prefs scripts query failed ind script

Please contact the administrator: ".$administratorsemail."

"); while ($prefsrow = mysql_fetch_array($prefsresult)) { $validate = StripSlashes(StripSlashes($prefsrow[validate])); } if ($validate=='t') { include(ADMIN_FOLDER_PATH."validator/HTMLValidator.class.php"); $v = new HTMLValidator(); $v->setFileExtension(".validate.html"); $v->setWorkDir(WEB_ROOT_PATH."admin/validator/"); $v->setWorkDirUrl($baseurl."/admin/validator/"); $v->execute(); } } // Check to see what header is required. if ($modifypage=="true") { include_once (ADMIN_FOLDER_PATH."include/accesscontrol.php"); // include_once (ADMIN_FOLDER_PATH."include/headeradmin.php"); } else { include_once (WEB_ROOT_PATH."templates/headermain.php"); } $page_id = 86; $page_data = get_page( $page_id ); // You must pass in a variable to the get_page function. If you pass in a value (e.g. get_page ( 123 ); ), WordPress will generate an error. By default, this will return an object. echo '

'. $page_data->post_title .'

';// echo the title echo apply_filters('the_content', $page_data->post_content); // echo the content and retain Wordpress filters such as paragraph tags. Origin from: http://wordpress.org/support/topic/get_pagepost-and-no-paragraphs-problem include_once(ADMIN_FOLDER_PATH."include/showandmodify.php"); include_once (WEB_ROOT_PATH."templates/footermain.php"); ?>