arikSarkar

config.php

Jan 6th, 2018
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <?php
  2.     $mysql_host = "localhost";
  3.     $mysql_user = "root";
  4.     $mysql_password = "password";
  5.     $mysql_db_name = "registration";
  6.     # connect the database
  7.    $db = mysqli_connect($mysql_host, $mysql_user, $mysql_password, $mysql_db_name);
  8.  ?>
Add Comment
Please, Sign In to add comment