
02/10/2010, 12:55
|
 | | | Fecha de Ingreso: diciembre-2009
Mensajes: 310
Antigüedad: 15 años, 3 meses Puntos: 7 | |
Respuesta: Caja de Texto Así:
echo "<td align='center'>"."<input name=\"nc\" id=\"nc\" maxlength=\"11\" size='40' class=\"inputNormal '\" value=".$row[4]." />"."</td>";
Te lo recomiendo así:
echo "<td align='center'>"."<input name='nc' id='nc' maxlength='11' size='40' class='inputNormal' value='".$row[4]."' />"."</td>"; |