Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2.  
  3. $host = "localhost";
  4. $user = "root";
  5. $password = "";
  6. $db = "banco de dados";
  7.  
  8. mysql_connect($host, $user, $password);
  9.  
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement