
20/01/2005, 10:58
|
 | | | Fecha de Ingreso: diciembre-2004 Ubicación: Queretaro, México
Mensajes: 395
Antigüedad: 20 años, 2 meses Puntos: 0 | |
Prueba:
<input type="text" name="fecha" size="70" value="<? print $row[5]; ?>">
eso debe funcionar, pero si no funciona ve a un extremo a si...
<? $mivar = $row[5];
echo '<input type="text" name="fecha" size="70" value="$mivar">';
?> |