I have the following code:
<?php
$link = new mysqli("localhost", "root", "minhasenha", "meu_db");
$produto = $_GET['q'];
$produto = '%'.$produto.'%';
$busca_produtos = $link->prepare("SELECT id, nome_com from clientes where nome_com...
asked by
01.08.2017 / 20:45