Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
shahfaisalgani authored Mar 15, 2024
1 parent a5c0278 commit 759e2d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions admin/includes/config.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php
define('DB_SERVER','localhost');
define('DB_USER','root');
define('DB_PASS' ,'');
define('DB_SERVER','ecommercedb000.mysql.database.azure.com');
define('DB_USER',' "Faisalgani@ecommercedb000');
define('DB_PASS' ,'09@Atik786');
define('DB_NAME', 'onlinecourse');
$con = mysqli_connect(DB_SERVER,DB_USER,DB_PASS,DB_NAME);
// Check connection
if (mysqli_connect_errno())
{
echo "Failed to connect to MySQL: " . mysqli_connect_error();
}
?>
?>

0 comments on commit 759e2d1

Please sign in to comment.