<html>
<head>
<title>Okresy</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
Vyberte okres:
<form action="./Okres2.php" method="POST">
<select name="Okres" />
<?PHP
$Cislo_obce=11200;
echo $Cislo_obce;
?>
</select>
<input type="submit" value="potvrdit výběr" /></form>
</body>
</html>
Zdravím, potřebuji pomoc, už druhý den na to čumím a chybu nevidím. Proč se mi nezobrazuje echo? Když ale odstraním "select", tak se vše zobrazí. Kde mám chybu?