codice:
<form action="<? echo $PHP_SELF; ?>" method="post" enctype="multipart/form-data" name="reviewForm">
  <table width="455" border="0">
    <tr> 
      <td>add review
</td>
      <td>titolo</td>
    </tr>
    <tr> 
      <td width="184">commento:</td>
      <td width="261"><textarea name="review" cols="35" rows="10"></textarea></td>
    </tr>
	<tr> 
      <td width="184">nota:</td>
      <td width="261">1<input name="note" type="radio" value="1" checked>
      2<input name="note" type="radio" value="2">
      3<input name="note" type="radio" value="3">
      4<input name="note" type="radio" value="4">
      5<input name="note" type="radio" value="5"></td>
    </tr>
	<tr> 
      <td width="184">nome</td>
      <td width="261"><input name="nameReviewer" type="text"></td>
    </tr>
	<tr>
	<td colspan="3"><input type="hidden" name="IDproduct" value="5" readonly></td>
	</tr>
    <tr> 
      <td colspan="2"><div align="center"> 
          <input type="submit" name="Submit" value="submit">
          <input type="reset" name="reset" value="reset">
        </div></td>
    </tr>
    <tr> 
      <td colspan="2">[img]../images/barra2.gif[/img]</td>
    </tr>
    <tr> 
      <td colspan="2"> </td>
    </tr>
  </table>
	  </td>
    </tr>
  </table>
</form>
ho tolto alcune cose che sono php (richiamo variabili di lingua e titoli film, IDfilm) per non complicare le cose.. tanto non hanno niente a che fare con quello che succede di "strano"