include('./db_connect.php'); include('./header.php'); include('./page_header.php'); $content_result = mysql_query("select content from content where page='home'"); $content = mysql_fetch_assoc($content_result); ?>