Guest User

Untitled

a guest
Oct 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php
  2. if(!isset($_GET['username'])) {
  3. echo "You have nothing to search here....";
  4. }
  5. else {
  6. $un=$_GET['username'];
  7. $q1=mysql_query("SELECT * FROM login WHERE username=$un");
  8. echo "$un with password: פה אני ירצה שהשדה password ישחק תפקיד ";
  9. }
  10. ?>
Add Comment
Please, Sign In to add comment