Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/05/2005, 08:17
juancavaor
 
Fecha de Ingreso: julio-2003
Ubicación: Cali
Mensajes: 59
Antigüedad: 20 años, 9 meses
Puntos: 0
Hola, este es un ejemplo sencillo.
Código PHP:
<?php
echo "<form action='tablaforo.php'>";
echo 
"Nombre:<input type='text' name='nombre'>";
echo 
"<input type='submit' value='Enviar'></form>";
echo 
"<table><tr><td></td>".$nombre."</tr></table>";
?>
__________________
jcvo