post.php 185 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 <? echo $_POST['name']."tttt<br>"; echo $name; ?> <form method="post" action="./post.php"> <input type="name" name="name"><br> <input type="submit" value="Отправить"> </form>