Guest User

Untitled

a guest
Sep 12th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. (SELECT * FROM topics WHERE ( id='$id' AND user_id='$userId')) OR (INSERT INTO topics ('id','userId','name') VALUES ('$id','$userId','$name'))
Add Comment
Please, Sign In to add comment