session_start(); include ('./dbconnect.php'); $pageTitle = "Absolute Restoration and Remodeling - Disaster Services"; $pageSql = 'Select * from web_content Where page_id = 15'; $pageResult = mysql_query($pageSql); $pageRow = mysql_fetch_array($pageResult); $pageContent = htmlspecialchars_decode($pageRow["page_detail"]); include ('./template.php');