Advertisement
mahendradwipurwanto

no2

Jan 29th, 2018
6,960
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2. $host     = "localhost";
  3. $user     = "root";
  4. $password = "";
  5. $database = "web_tutorial";
  6. $connect  = mysqli_connect($host, $user, $password,$database);
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement