Witam
Chciałbym aby była możliwośc zaznaczenia tylko jednego checkboxa spośród grupy tych komponentów. Czy da się to jakoś zrobić czy tylko ratio zostaje?
<td><input type="
checkbox" name="1"
<?php if($_SESSION['1'] == "on"){echo " CHECKED";}?>/></td>
</tr>
<tr>
<td><div align="center"><img src="grafika/czerwien.jpg" width="20" height="20" /></div></td>
<td><input type="
checkbox" name="2"
<?php if($_SESSION['2'] == "on"){echo " CHECKED";}?>/></td>
</tr>
<tr>
<td><div align="center"><img src="grafika/zolc.jpg" width="20" height="20" /></div></td>
<td><input type="
checkbox" name="3"
<?php if($_SESSION['3'] == "on"){echo " CHECKED";}?> /></td>