![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/03/2004, 10:34
|
| | Fecha de Ingreso: febrero-2001 Ubicación: /home/mystery
Mensajes: 17
Antigüedad: 24 años Puntos: 0 | |
Proba asi...
$result=mysql_query("SELECT * FROM tabla ORDER BY identificador",$conectar);
while ($row = mysql_fetch_array($result))
{
echo "<input type=\"checkbox\" name=\"cd[]\" value = \"".$row['cd']."\"";
}
Probalo y contanos...
Atte. Myst
__________________ Lo menos frecuente en este mundo es vivir. La mayoría de la gente existe, eso es todo. |