Posts by Cleison Ferreira de Melo • 11 points
1 post
-
1
votes2
answers726
viewsA: Search PHP/Mysql (show only result exactly the same as typed)
Sarah, try to change your SQL to the following way: $query = "SELECT * FROM resultado " . "WHERE sg_uf LIKE '%".$sg_uf."' OR nm_municipio LIKE '%".$nm_municipio." OR nm_candidato LIKE…