Advertisement
Guest User

Untitled

a guest
Aug 10th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $host = "localhost9";
  2. $DBusername = "root";
  3. $DBpassword = "051416haha";
  4. $dbname = "foto";
  5.  
  6. mysql_connect($host, $DBusername, $DBpassword) or die( mysql_error() );
  7.  
  8. mysql_select_db($dbname) or die( mysql_error() );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement