I have this code:
$whereBusca = "itaim-bibi";
$whereBusca = explode(',', $whereBusca);
$sql = $pdo->prepare('SELECT id, nome, caminho FROM regiao WHERE caminho IN (:whereBusca)');
$sql->execute(array("whereBusca" => "'".implode("','"...
asked by
18.12.2015 / 14:11