Dejo el codigo PHP:
Código:
Desde ya muchas gracias. [...]
$lista = new del();
$farray = $lista->delist($pag);
while ($dato=mysql_fetch_array($farray)) {
?>
<tr>
<td align="center" bgcolor="#F7D6AE" class="texto" width="100px"><input name="ids[]" type="checkbox" value="<? echo $dato["modelo"]; ?>" onclick="valdel()"></td>
</tr>
<?
}
[...]

