diff --git a/Sources/php_script/script/config.php b/Sources/php_script/script/config.php index 4fb2a98..7c7aaa0 100644 --- a/Sources/php_script/script/config.php +++ b/Sources/php_script/script/config.php @@ -10,7 +10,7 @@ function connection(): bool|int|mysqli try { //Try to connect to the database - return mysqli_connect($host, $username, $password,$database); //Connecting to database + return mysqli_connect($host, $username, $password,$db_name); //Connecting to database }catch (mysqli_sql_exception) { //If the connection failed