Guest User

Untitled

a guest
Jun 24th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2. $db_host = '';
  3. $db_username = '';
  4. $db_password = '';
  5. $db_name = '';
  6. @mysql_connect($db_host, $db_username, $db_password) or die(mysql_error());
  7. @mysql_select_db($db_name) or die(mysql_error());
Add Comment
Please, Sign In to add comment