
07/07/2003, 09:45
|
 | | | Fecha de Ingreso: enero-2002 Ubicación: Monterrey
Mensajes: 2.454
Antigüedad: 23 años, 2 meses Puntos: 5 | |
<input type="text" name="tal" value="<?= $variable; ?>">
ó
echo "<input type=\"text\" name=\"tal\" value=\"".$variable."\">";
__________________ Manoloweb |