include('config.php'); $result= mysql_query("SELECT * FROM Pages WHERE ID = '18';"); $rownot = mysql_fetch_array($result); $title = $rownot['title']; $content = $rownot['content']; ?>