Guest User

Untitled

a guest
Jul 5th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. class db_config
  2. {
  3.  
  4. // default connection
  5. public static $dbname = $_SESSION['db_to_use']; // Your database name
  6. public static $dbuser = 'root'; // Your database username
  7. public static $dbpass = 'xxxxxxx'; // // Your database password
  8. public static $dbhost = 'localhost';
  9. ....
  10.  
  11. }
Add Comment
Please, Sign In to add comment