Advertisement
Guest User

Untitled

a guest
Jul 15th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $dbhost = "localhost";
  2. $username = "root";
  3. $password = "";
  4. $dbname = "octaskins";
  5.  
  6. // Create connection
  7. $conn = new mysqli($dbhost, 'jagge', $password);
  8. mysql_select_db('octaskins') or die(mysql_error());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement