Guest User

Untitled

a guest
Jul 16th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2.  
  3. $query = "select * from example_table where user_id = ?"
  4. $values = array($_SESSION['user_id']);
  5. $results = select($query,$values);
  6.  
  7. ?>
Add Comment
Please, Sign In to add comment