kleine constant Fehler geändert
This commit is contained in:
@ -45,7 +45,7 @@ echo"
|
||||
or die ("Cannot execute query");
|
||||
echo "<p align=\"center\"><select size=\"5\" name=\"jahr\">";
|
||||
while ($row = $result->fetch_array()){
|
||||
echo "<option value='$row[Jahrgang]'";if ($row[Jahrgang] == $jahrgang){echo " selected";} echo ">".$row['Jahrgang']." </option>\n";
|
||||
echo "<option value='$row[Jahrgang]'";if ($row['Jahrgang'] == $jahrgang){echo " selected";} echo ">".$row['Jahrgang']." </option>\n";
|
||||
}
|
||||
echo "</select>";
|
||||
echo "
|
||||
@ -91,4 +91,4 @@ setcookie("jahrgang",$_POST['jahr']);
|
||||
";
|
||||
} // Ende Action script
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user