Advertisement
Guest User

Untitled

a guest
May 24th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2.  
  3. $name = $_POST["name"];
  4. $age = $_POST["age"];
  5. $username = $_POST["username"];
  6. $password = $_POST["password"];
  7.  
  8. $response = array();
  9. $response["success"] = true;
  10.  
  11. echo json_encode($response);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement