<?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>"; ?>