Advertisement
Guest User

Untitled

a guest
Feb 10th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php
  2.     $db_host = "localhost";
  3.     $db_username = "root";
  4.     $db_pass = "";
  5.     $db_name = "projectss";
  6.  
  7.     $con = mysqli_connect($db_host, $db_username, $db_pass, $db_name);
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement