header('Content-type: text/html; charset=utf-8'); include("includes/confak.php"); include("includes/funcs15.php"); //while (list ($key, $val) = each ($_GET)) { echo "$key = $val \n";} if(isset($_GET["c"])){ $sqlc="SELECT * FROM city_tbl WHERE city_name_elen='".$_GET["c"]."'"; $city=mysql_fetch_assoc(mysql_query($sqlc)); } ?>