Skip to content

Instantly share code, notes, and snippets.

@akhilesh-kumar-verma
Created September 17, 2023 07:09
Show Gist options
  • Save akhilesh-kumar-verma/ddb2bd6a799fe55020b09e3ec1917520 to your computer and use it in GitHub Desktop.
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.
<?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