היי, יש לי בעיה עם קוד כלשהו שמשתלב בקידוד שלי, כנראה שהוא לא תיקני ויוצר בעיות, אשמח אם תעזרו לי לתקן אותו, הקוד:
PHP קוד:
<table border="0" height="155" style="border:1px soild black;">
<tr>
<td style="vertical-align:top"><b><font face="Arial">'.$quetion.'<br />
<form action="vote.php" method="post">
<fieldset>
<input type="radio" name="vote" value="m1" /><label for="m1"> '.$option1.'</label><br />
<input type="radio" name="vote" value="m2" /><label for="m2"> '.$option2.'</label><br />
<input type="radio" name="vote" value="m3" /><label for="m3"> '.$option3.'</label><br />
<input type="radio" name="vote" value="m4" /><label for="m4"> '.$option4.'</label><br />
<input type="submit" class="button" value="הצבע" />
</fieldset>
</form>
סה"כ הצבעות:
'.$avg.'</font></b></td>
</tr>
</table>