Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. SELECT * FROM linkBase WHERE (`title` LIKE '%".$s."%') OR (`descr` LIKE '%".$s."%')
  2.  
  3. id |title |descr
  4. -----------------------------------------
  5. 1 |Hello World |This is a hello world description
  6. 2 |PiedPiper |The silicon valley company PiedPiper
  7. 3 |StackOverflow |Ask questions on programming
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement