Codice PHP:
while ($row = mysql_fetch_array($result)){
?>
<td colspan="2">
<input type="radio" name="material2" value="<?=$row["id"]?>" onclick="this.parentNode.style.backgroundColor='#fff'">
<?=$row["material2"]?>
</td>
<?php
}
Codice PHP:
while ($row = mysql_fetch_array($result)){
?>
<td colspan="2">
<input type="radio" name="material2" value="<?=$row["id"]?>" onclick="this.parentNode.style.backgroundColor='#fff'">
<?=$row["material2"]?>
</td>
<?php
}
Ultima modifica di lucavizzi; 03-07-2015 a 15:28