Ver original<form action="prueba1.php" method="POST"><input name="dato" type="text" /><br /><input type="submit" value="ok" /></form>El codigo de la php es:<?phpecho $_POST['dato'];?>