Advertisement
Guest User

Untitled

a guest
Nov 30th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2. $hostname = "localhost";
  3. $username ="root";
  4. $password ="Amin@m1n";
  5. $dbname ="aku"
  6. $db = mysqli_connect($hostname,$username,$password,$dbname);       
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement