This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Conecta ao MySQL usando MySQLi | |
$MySQLi = new mysqli("localhost", "root", "Digue2013", "alternativa"); | |
// Recebe os dados do formulário | |
# $chNFe = $_GET['chNFe']; // Não é usado? | |
$identidade = $_POST['Id']; | |
$COD_BARRAS = $_POST['COD_BARRAS']; | |
$DT_LANCAMENTO = $_POST['DT_LANCAMENTO']; | |
$DT_DEVOLUCAO = $_POST['DT_DEVOLUCAO'] ; |