Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/12/2010, 16:36
nets
 
Fecha de Ingreso: junio-2005
Mensajes: 427
Antigüedad: 18 años, 10 meses
Puntos: 6
Respuesta: ayuda con php vasico

<?php
$variable=3;
?>
<table>
<br>
<td>valor:</td>
<td><? echo "$variable"; ?></td>
</br>
</table>