Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?php
  2. $username = $_GET['username'];
  3. if (!$_GET['username']) {
  4. echo "The username given was: " .$username;
  5. } else {
  6. echo "There was no given username!";
  7. }
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement