humaidi

conn.php

Oct 14th, 2023
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | Source Code | 0 0
  1. <?php
  2. // SQL server connection information
  3. $sql_details = array(
  4.     'host' => 'localhost',
  5.     'user' => 'root',
  6.     'pass' => '',
  7.     'db'   => 'bk_tamu',
  8. );
  9.  
  10. $con = $sql_details;
  11.  
Advertisement
Add Comment
Please, Sign In to add comment