Advertisement
Guest User

Untitled

a guest
Feb 12th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?php
  2. $title = "Sultan Media";
  3. $apiSosped = "SOSPED-a394ff6ee5d9aa06cf31447626cdfb38";
  4. $host = "localhost";
  5. $user = "sultanfr_project";
  6. $pass = "jonathan4456";
  7. $db = "sultanfr_project";
  8. $konek = @mysql_connect($host, $user, $pass) or die ('Koneksi Gagal! ');
  9. mysql_select_db($db);
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement