Advertisement
Guest User

Untitled

a guest
Dec 24th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php
  2. $host = 'localhost';
  3. $user = 'root';
  4. $pass = '';
  5.  
  6. mysql_connect($host, $user, $pass);
  7.  
  8. mysql_select_db('demo');
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement