Advertisement
Guest User

index

a guest
Mar 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. //INDEX.PHP
  3.  
  4. require("banco.php");
  5.  
  6. $banco = new Banco("localhost","blog","root","");
  7.  
  8. $banco->insert("posts", array(
  9. "titulo" => '2',
  10. "corpo" => '3'
  11. ))
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement