
<?php
	echo "<form method='post' action='failas2.php' >";
	echo "<input type='text' name='langas1' /><br />";
	echo "<input type='submit' value='OK' />";
	echo "</form>";
	?>
