Advertisement
Guest User

Untitled

a guest
May 26th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?
  2.  
  3. $host ="localhost";
  4. $user ="";
  5. $pass ="";
  6. $daba ="competenties";
  7.  
  8. mysql_connect($host,$user,$pass) or die ('Could not connect to database!');
  9. mysql_select_db($daba) or die ('Could not select database');
  10.  
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement