Advertisement
Guest User

Untitled

a guest
Jun 10th, 2017
72
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. $user= "root";
  4. $password = "";
  5. $db = "nama_db_lu";
  6. $host = "localhost";
  7.  
  8. mysql_connect($host, $user, $password);
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement