lollhosh

Untitled

Aug 16th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. conexao.php
  2.  
  3.  
  4. <?php
  5.  
  6.  
  7. $host = "localhost";
  8. $user_db = "root";
  9. $pass_db = "";
  10. $db = "form3";
  11.  
  12.  
  13. $conn = mysqli_connect($host,$user_db,$pass_db,$db);
Add Comment
Please, Sign In to add comment