Posts by Mats • 3 points
1 post
-
0
votes1
answer42
viewsQ: Problem returning PHP function
Good afternoon, folks I’m starting in php and I’m having a problem with my code function buscarIdProduto($conn,$nome){ $stmt = $conn->prepare("SELECT id FROM produto WHERE NOME_Produto = ?");…