Hello, I'm trying to search in 3 different tables, see my code:
$buscando = $pdo->query("SELECT * FROM filmes WHERE nome LIKE '%$busca%' AND status='ativo' ORDER BY nome ASC");
The tables would be: animes, films and series. All have the...
asked by
19.08.2017 / 00:25