Guest User

Untitled

a guest
Jan 17th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. !is_numeric($v) && ( !is_null($v) || $v != “NULL”) ? “‘$v’” : $v
  2.  
  3. “PREPARE stmt_name FROM … “;
  4. “SET @var1 = 3”;
  5. “SET @var2 = ‘foo’”;
  6. “EXECUTE stmt_name USING @var1, @var2”;
Add Comment
Please, Sign In to add comment