![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
20/01/2005, 10:58
|
![Avatar de Danger_](http://static.forosdelweb.com/customavatars/avatar84527_1.gif) | | | Fecha de Ingreso: diciembre-2004 Ubicación: Queretaro, México
Mensajes: 395
Antigüedad: 20 años, 1 mes 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">';
?> |