Guest User

zaloguj.php

a guest
May 6th, 2016
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php
  2.  
  3. require "test.php";
  4. connection();
  5.  
  6. SELECT * FROM users WHERE nick = '$_POST[Nick]'
  7.  
  8. echo $Nick ;
  9.  
  10.  
  11. ?>
Add Comment
Please, Sign In to add comment