Guest User

Untitled

a guest
Apr 12th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $username = "root";
  2. $password = "falsepass";
  3. $hostname = "localhost";
  4. $dbh = mysql_connect($hostname, $username, $password)
  5. or die(mysql_error());
  6. $selected = mysql_select_db("innebandy",$dbh)
  7. or die("Could not select innebandy<br><br>");
Add Comment
Please, Sign In to add comment