Advertisement
wumat

connect.php

Nov 22nd, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.09 KB | None | 0 0
  1. <?php
  2.  
  3. $host = "localhost";
  4. $db_user = "root";
  5. $db_password = "";
  6. $db_name = "users"
  7.  
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement