Guest User

Untitled

a guest
Nov 30th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2. $serverName="localhost";
  3. $dbusername="root";
  4. $dbpassword="";
  5. $dbname="bank_db";
  6. mysql_connect($serverName,$dbusername,$dbpassword)/* or die('the website
  7. is down for maintainance')*/;
  8. mysql_select_db($dbname) or die(mysql_error());
  9. ?>
Add Comment
Please, Sign In to add comment