Bij het volgende script:
<form method="POST" action=vote.php?spel_id=<?php echo "$spel_id" ?>&poll=<?php echo "$poll" ?>>
<INPUT TYPE="hidden" NAME="submit" VALUE="maakt_niet_uit">
<p><font face="Arial" size="2">
<input type="radio" value="1" name="poll">
<input type="radio" value="2" name="poll">
<input type="radio" value="3" name="poll">
<input type="radio" value="4" name="poll">
<input type="radio" value="5" name="poll">
<input type="radio" value="6" name="poll">
<input type="radio" value="7" name="poll">
<input type="radio" value="8" name="poll">
<input type="radio" value="9" name="poll">
<input type="radio" value="10" name="poll"></p>
<p><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>
als ik dit dan submit is de uitkomst BV:
[url="http://localhost/vote.php?spel_id=4&poll="]http://localhost/vote.php?spel_id=4&poll=[/url]
maar zoals je ziet blijft poll leeg!
ik heb al zoveel dingen geprobeert maar kom er echt niet uit iemand die weet wat ik fout doe?
( ik geloof graag dat er vreemde (dubbelop) dingen tussenstaan ben nogal newb maar daar gaat het nu ff niet om)
<form method="POST" action=vote.php?spel_id=<?php echo "$spel_id" ?>&poll=<?php echo "$poll" ?>>
<INPUT TYPE="hidden" NAME="submit" VALUE="maakt_niet_uit">
<p><font face="Arial" size="2">
<input type="radio" value="1" name="poll">
<input type="radio" value="2" name="poll">
<input type="radio" value="3" name="poll">
<input type="radio" value="4" name="poll">
<input type="radio" value="5" name="poll">
<input type="radio" value="6" name="poll">
<input type="radio" value="7" name="poll">
<input type="radio" value="8" name="poll">
<input type="radio" value="9" name="poll">
<input type="radio" value="10" name="poll"></p>
<p><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>
als ik dit dan submit is de uitkomst BV:
[url="http://localhost/vote.php?spel_id=4&poll="]http://localhost/vote.php?spel_id=4&poll=[/url]
maar zoals je ziet blijft poll leeg!
ik heb al zoveel dingen geprobeert maar kom er echt niet uit iemand die weet wat ik fout doe?
( ik geloof graag dat er vreemde (dubbelop) dingen tussenstaan ben nogal newb maar daar gaat het nu ff niet om)