My input radio only on this line 3 is repeating the others not. Here is an image for better understanding:
Excerptofthecodewhereitrepeats...
<divclass="section4">
<td>Cumprimento de Horário (pontualidade dos horários de viagens).</td>
<td WIDTH=9 align="center"> <input type="radio" name=" horario" value="A"/> </td>
<td WIDTH=9 align="center"> <input type="radio" name=" horario" value="B"> </td>
<td WIDTH=9 align="center"> <input type="radio" name=" horario" value="C"/> </td>
<td WIDTH=9 align="center"> <input type="radio" name=" horario" value="D"/> </td>
<td WIDTH=9 align="center"> <input type="radio" name=" horario" value="E"/> </td>
<td WIDTH=9 align="center"> <input type="radio" name="horario" value="F"/> </td>
<td WIDTH=9 align="center"> <input type="radio" name="horario" value="G"/> </td>
</div>
PHP code snippet:
$section4 =isset($_POST["horario"])?$_POST["horario"]:"[nao informado]";