Advertisement
Guest User

Untitled

a guest
Aug 11th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $server = "50.28.4.80";
  2. $dbname = "doloboy_Hospital";
  3. $user = "doloboy_admin"; //Allowed for the ip
  4. $password = "12test34";
  5. $link = mysql_connect($server,$user,$password) or die(mysql_error());
  6. mysql_select_db($dbname);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement