Advertisement
Guest User

config2 php

a guest
Oct 26th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. $host = "localhost";
  3. $username = "root";
  4. $password = "";
  5. $database = "timebook2";
  6.  
  7. mysql_connect($host,$username,$password);
  8. mysql_select_db($database);
  9.  
  10.  
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement