Created
September 17, 2023 07:09
-
-
Save akhilesh-kumar-verma/ddb2bd6a799fe55020b09e3ec1917520 to your computer and use it in GitHub Desktop.
This is the default connections file used with the Library Management System's PHP project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$connection=array( | |
'hostName'=>'localhost', | |
'userName'=>'root', | |
'password'=>'', | |
'database'=>'library'); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment