Skip to content

Instantly share code, notes, and snippets.

@reginaldojunior
Created June 9, 2017 16:29
Show Gist options
  • Save reginaldojunior/c72bd39f87f41b137fc6b5f2915a5a50 to your computer and use it in GitHub Desktop.
Save reginaldojunior/c72bd39f87f41b137fc6b5f2915a5a50 to your computer and use it in GitHub Desktop.
save.php
<?php
require_once "banco/config.php";
$conexao = BancoDados::criar_conexao();
$consulta = $conexao->query("INSERT INTO teste (dtini) VALUES(NOW())");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment