Good afternoon, I am sending a search filter for my DB, and I want to make these conditions within an array, for example:
$condicoes = array();
$nome = $_GET['nome'];
if (!empty($nome)) {
$condicoes = ("nome" => $nome);
}
$tipoAnimal =...
asked by
04.09.2014 / 21:23