Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1.  
  2. $mysql_host = "mysql5.000webhost.com";
  3. $mysql_database = "a7552303_Yield";
  4. $mysql_user = "a7552303_dbyield";
  5. $mysql_password = "xxxxx";
  6.  
  7. $connect = @mysql_connect($mysql_host, $mysql_user, $mysql_password)or die(mysql_error());
  8. $db = @mysql_select_db($mysql_database,$connect)or die(mysql_error());
  9. echo ("Connected");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement