Guest User

Untitled

a guest
Jul 4th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $mysql_server = "localhost";
  2. $mysql_user = "root";
  3. $mysql_password = "";
  4. $mysql_database = "dokumint";
  5.  
  6. $conn = mysql_connect($mysql_server, $mysql_user, $mysql_password);
  7. mysql_select_db($mysql_database, $conn);
Add Comment
Please, Sign In to add comment