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