Hallo,
Ich hab jetzt folgendes problem beim auslesen:
for($c=1;$c<=$count;$c++){
echo " <input type="radio" name="$c" value="$c">$antwort$c<br>";
//$antwort". $c ."= ("".$_POST['antwort'.$c]."")
}
Immoment wird nur das angezeigt:
Notice: Undefined variable: antwort in C:\Programme\Apache Group\Apache2\htdocs\abstimmung.php on line 21
1
Notice: Undefined variable: antwort in C:\Programme\Apache Group\Apache2\htdocs\abstimmung.php on line 21
2
Notice: Undefined variable: antwort in C:\Programme\Apache Group\Apache2\htdocs\abstimmung.php on line 21
3
Es gibt die variablem
$antort1,2,3,4 die ich vorher in die datei geschrieben hatte, nun
möchte ich daruas radiobuttens machen.
Ich freu mich schon auf antworten!