![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
09/06/2006, 17:29
|
| | Fecha de Ingreso: febrero-2006
Mensajes: 79
Antigüedad: 19 años Puntos: 0 | |
perdon, cometi un error, este seria el script
<?php
mysql_connect ("localhost", "root", "wertyhead");
mysql_select_db ("bbdd");
$consulta = mysql_query("select * from tabla");
while ($row=mysql_fetch_array($consulta)) {?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><? echo "<input type=\"radio\" name=\"lotes\" value=\"".$row['lote']."\">";} ?></td>
</tr>
</table>
Última edición por wertyhead; 19/07/2006 a las 09:58 |