I have the following line of code that performs the import of the txt file.
<?php
function Inserir($itens, Pdo $pdo){
$sts = $pdo->prepare("INSERT INTO dados(loja, cod_prod, cod_acesso, desc_prod, estoq_disp, data, estoq_valida...
asked by
23.10.2018 / 16:43