<form method="post" action="post.php">
   <input type="text" name="isim" />
   <input type="submit" value="Gonder"/>
</form>
post.php
echo $_POST["isim"];