mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 02:19:34 +05:30
7 lines
129 B
PHP
7 lines
129 B
PHP
<?php
|
|
//Database info - (for loclhost)
|
|
$hostname = "localhost";
|
|
$username = "root";
|
|
$password = "";
|
|
$database = "neosubhamoy";
|
|
?>
|