Advertisement
Guest User

Query

a guest
Sep 21st, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1.  
  2. $sql_cerca = mysqli_query($conn,
  3.  "SELECT * FROM myactivities  WHERE ((title LIKE '%" . $ricerca . "%')  AND (email_users!= '$immeil'))
  4. OR  (description LIKE '%" . $ricerca . "%')  OR (city LIKE '%" . $ricerca . "%')");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement