Ver Mensaje Individual
  #7 (permalink)  
Antiguo 21/08/2007, 16:36
Avatar de SILVI85
SILVI85
 
Fecha de Ingreso: julio-2007
Mensajes: 109
Antigüedad: 16 años, 8 meses
Puntos: 1
Re: Consulta mysql

No va como tu dices Nano,lo puse igual y nada .

Se me solucionó así:

Código PHP:
$cad="SELECT * from usuarios where id like '$mod'";
$cons=mysql_query($cad$conexion) or die ("Error al seleccionar usuario a modificar");
$fila2=mysql_fetch_array($cons);


echo 
"<input type=\"text\" name=\"nombre\"  VALUE='".$fila2["nombre"]."'>"
No sé el porque, antes estaba igual...pero bueno...

Gracias Nano y gracias Gildus!! Saludos