Guest User

Untitled

a guest
Jan 19th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <form action="test2.php" method="post" >
  2. Ваше имя:<input id="login" type="text" name="login"/>
  3. <input type="submit"/>
  4. </form>
  5.  
  6. echo 'Привет, '.$_POST['login'];
Add Comment
Please, Sign In to add comment