Advertisement
Guest User

Untitled

a guest
Jun 6th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.28 KB | None | 0 0
  1. <?php
  2. $mysql_host = "conquergenius.com";
  3. $mysql_database = "";
  4. $mysql_user = "";
  5. $mysql_password = "";
  6. mysql_connect($mysql_host,$mysql_user,$mysql_password) or die ("Unable to connect to the database");
  7. @mysql_select_db($mysql_database) or die( "Unable to select database");
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement