Forum Moderators: open
how can I have this form submit, refresh with the statistics and not let that user vote on this product again?
<form action="screens.php?op=voted" method="post">1 <input type="radio" name="vote" value="1" onClick="this.form.submit()"/>2 <input type="radio" name="vote" value="2" onClick="this.form.submit()"/>3 <input type="radio" name="vote" value="3" onClick="this.form.submit()"/>4 <input type="radio" name="vote" value="4" onClick="this.form.submit()"/>5 <input type="radio" name="vote" value="5" onClick="this.form.submit()"/>6 <input type="radio" name="vote" value="6" onClick="this.form.submit()"/>7 <input type="radio" name="vote" value="7" onClick="this.form.submit()"/>8 <input type="radio" name="vote" value="8" onClick="this.form.submit()"/>9 <input type="radio" name="vote" value="9" onClick="this.form.submit()"/>10 <input type="radio" name="vote" value="10" onClick="this.form.submit()"/><input type="hidden" name="id" value="'.$id.'" /></form>