Guest User

Untitled

a guest
Sep 11th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. /*
  3. some php scripts
  4. */
  5. $q = "SELECT * FROM users WHERE id='1' AND username='test' AND pass='123'; /* the last line of php */
  6. ?>
  7.  
  8. <!doctype html>
  9. <html>
  10. <head>
  11. <meta charset="utf-8">
Add Comment
Please, Sign In to add comment