Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/04/2005, 16:23
h@llo
 
Fecha de Ingreso: noviembre-2003
Ubicación: Veracruz
Mensajes: 131
Antigüedad: 20 años, 5 meses
Puntos: 0
Código PHP:
 $i=1;
While(
$row=mysql_fetch_array($conad))
{
   echo 
'<input type="checkbox" name="ad'.$i.'" value="'.$row[nombre].'">&nbsp;'.$row[nombre].'<br>';
     
$i++;

Prueba y me dices
Saludos