Skip to content

Instantly share code, notes, and snippets.

View TiuTalk's full-sized avatar
🌴
Tropical Developer

Thiago Belem TiuTalk

🌴
Tropical Developer
  • Assando Sites
  • Arraial d'Ajuda, BA - Brazil
  • 22:45 (UTC -03:00)
View GitHub Profile
<?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'] ;
@TiuTalk
TiuTalk / 0_reuse_code.js
Created March 15, 2014 04:36
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console