Guest User

Untitled

a guest
Jan 24th, 2018
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. $vn = mq("select g.nickname from gs9.profilo_geografia as g, gs9.profilo_voci as v where g.nickname = v.nickname and g.nickname !='".$_COOKIE['nickname']."' and (g.regione_1 = '".$cooloc['regione']."' or g.regione_2 = '".$cooloc['regione']."' or g.regione_3 = '".$cooloc['regione']."' or g.regione_4 = '".$cooloc['regione']."' or g.regione_5 = '".$cooloc['regione']."') and (g.provincia_1 = '".$cooloc['provincia']."' or g.provincia_2 = '".$cooloc['provincia']."' or g.provincia_3 = '".$cooloc['provincia']."' or g.provincia_4 = '".$cooloc['provincia']."' or g.provincia_5 = '".$cooloc['provincia']."') and (g.comune_1 like '%".$cooloc['comune']."%' or g.comune_2 like '%".$cooloc['comune']."%' or g.comune_3 like '%".$cooloc['comune']."%' or g.comune_4 like '%".$cooloc['comune']."%' or g.comune_5 like '%".$cooloc['comune']."%') and v.ricercabile = '1' order by g.punteggio desc limit $from,56");
Add Comment
Please, Sign In to add comment