Posts by Breno Novo • 19 points
1 post
-
1
votes2
answers129
viewsQ: SQL & PHP - Select everything using Where
I’m making a very simple filter system using PHP and mysql. $stmt = $conexao->prepare("select * from filme where genero = '$genero'"); I’m wanting to put one on the list of genres that, when…