Blame view

promo_hero3plus/adm/post.php 185 Bytes
8d65d0ce   andryeyev   init
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>