
07/12/2010, 16:37
|
| | Fecha de Ingreso: diciembre-2010 Ubicación: Rosario, Santa Fe
Mensajes: 326
Antigüedad: 14 años, 3 meses Puntos: 13 | |
Respuesta: ayuda con php vasico Con la función echo imprimes en pantalla, quedaría así:
<?php
$variable=3;
?>
<table>
<br>
<td>valor:</td>
<td><?php echo $variable; ?></td>
</br>
</table> |