Advertisement
Guest User

Untitled

a guest
Jan 13th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <?php
  2. $mysql_hostname = "localhost";
  3. $mysql_user = "root";
  4. $mysql_password = "";
  5. $mysql_database = "db_3.2";
  6. $bd = mysql_connect ($mysql_hostname, $mysql_user, $mysql_password)
  7. or die ("Opps some thing went wrong to your face");
  8. mysql_select_db($mysql_database, $bd) or die ("Opps some thing went wrong to your face again");
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement