Guest User

Untitled

a guest
Jan 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2. if(isset($_POST)){
  3. $name = trim($_POST["name"]);
  4. echo "Hello, " . $name . "! This is response from server.";
  5. }else{
  6. echo "faild";
  7. }
  8. ?>
Add Comment
Please, Sign In to add comment