Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?php
  2. $host='localhost';
  3. $user='root';
  4. $password='root';
  5. $database='admin';
  6. $con= mysqli_connect($host, $user, $password, $database) OR die('can not connect to databases');
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement