Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/11/2007, 08:54
JUANCHICORA
 
Fecha de Ingreso: julio-2007
Mensajes: 11
Antigüedad: 16 años, 10 meses
Puntos: 0
Re: Ayuda Urgente Con Envio De Datos

Es solo cambiar esta linea

while($row=mysql_fetch_array($listo))
{

echo "<tr><td width='200'>".$row['nombre']."</td>";
echo "<td><input type='text' name='array['$a']'></td>"; //En esta
echo "</tr>";
$i=1;
$a++;
}

Última edición por JUANCHICORA; 22/11/2007 a las 08:55 Razón: completar la respuesta