Hi I am having trouble passing a variable to the next page when using radio buttons.
example
<FORM action=vote.php?id=$id&votes=$votes&total=$total&value=$value method=post>
1<input type='radio' value='1' onclick='this.form.submit()' name='vote'>
2<input type='radio' value='2' onclick='this.form.submit()' name='vote'>
</FORM>
I can pass the other variable when drawn from MySQL but not the value variable ??
Also 2nd ?:
when my script from vote.php is done how do I instantly load a specific page without a link?
thanks,
jeremy