Posts by Deyvid Nascimento • 81 points
2 posts
- 
		1 votes1 answer299 viewsA: UI autocomplete with PHP does not accept accentsTry placing the following function (utf8_encode): $nomeProduto = $_GET["term"]; $sqlBuscar = mysqli_query($conexao,"SELECT * FROM produtos WHERE NomeProdutos LIKE… 
- 
		4 votes2 answers802 viewsA: Duplicate multiple Table Records at onceI think it can help you, say you want to duplicate the registration data whose id 1 with another account name: INSERT INTO CONTAS (VENCIMENTO, NOMEDACONTA, CEDENTE, FIDELIDADE, CC, VALORULTIMACONTA)…