Posts by kalil08 • 1 point
1 post
-
-2
votes1
answer41
viewsQ: I need to get my if
I’m doing a website search in the bank and I have the following code <?php include("conexao.php"); $pesquisar = $_POST['pesquisar']; $result_produtos = "SELECT * FROM produtos WHERE nome LIKE…