Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <?php
  2. if (1 === 1) {
  3. $username = $_GET['username'];
  4. $password = $_GET['password'];
  5. $email = $_GET['email'];
  6.  
  7. echo "המשתמש שלך יהיה: ". $username. "<br>";
  8. echo "הסיסמא שלך תהיה:". $password. " We cant display your password.". "<br>";
  9. echo "האימייל שלך יהיה: ". $email;
  10. }
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement