hallo,
ich hab auf einer Seite radiobuttons und will auf der nächsten wissen welcher an war. Wie mache ich das?
Mit $_POST["wahl1"] wobei:
Code:
<form method="POST" action="ergebnis.php">
<input type="radio" name="radio" value="wahl1">1
<input type="radio" name="radio" value="wahl2">2
<input type="radio" name="radio" value="wahl3">3
<input type="submit" value="Stimme abgeben" name="OK">
</form>
geht es net.
mfg
freak