Created
June 9, 2017 16:29
-
-
Save reginaldojunior/c72bd39f87f41b137fc6b5f2915a5a50 to your computer and use it in GitHub Desktop.
save.php
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 | |
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