Guest User

Untitled

a guest
Oct 21st, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. <?php
  2. $db_host = "mysql2.000webhost.com";
  3. $db_username = "a8867527_a886752";
  4. $db_pass = "p23222610";
  5. $db_name = "a8867527_members";
  6.  
  7. mysql_connect("$db_host","$db_username","$db_pass") or die ("could not connect to mysql");
  8. mysql_select_db("$db_name") or die ("no database");
  9. ?>
Add Comment
Please, Sign In to add comment