Guest User

Untitled

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