Hi
Ich möchte über ein Formular Variablen verschicken lassen, die aber nicht im Formular bestimmt worden sind.
Ich hab das mal so porbiert:
1:
2:
3:
4:
5:
6:
7: | <?
$zahl = 3;
echo "<form action='test.php?id=$zahl' method='get'>";
echo "<input type='Radio' name='punkte' value='1'>1";
echo "<input type='Radio' name='punkte' value='2'>2";
echo "<input type='Submit' value='Bewerten'></form>";
?> |
Doch leider kommt die $zahl nich in test.php an!
Wieso?
---
ridere.de
sac-grenchen
linkplus