include('config.php'); $result= mysql_query("SELECT * FROM cities WHERE ID = '1';"); $rownot = mysql_fetch_array($result); $idd = $rownot['ID']; $title = $rownot['city']; $content = $rownot['overview']; ?>