Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php
  2. $server ="localhost";
  3. $username="root";
  4. $password="";
  5. $db="141510314_pwd";
  6. mysql_connect($server,$username,$password);
  7. mysql_select_db($db) or die ("<script>alert('koneksi ke Database gagal');</script>");
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement