Änderung Berechnung func_LB_FZ.php

This commit is contained in:
aschwarz
2023-07-11 23:01:49 +02:00
parent 56c273ae1e
commit a51e96691e
2 changed files with 15 additions and 8 deletions

View File

@ -4,7 +4,7 @@
function dbconnect() //--Prozedur - kein return-Wert
{
//$db = @new mysqli( 'localhost', 'root', '', 'prognose' );
//$db = @new mysqli( 'localhost', 'root', '', 'prognose_kehl' );
$db = @new mysqli( 'localhost', 'schwaral', 'schnatz', 'prognose_kehl' );
$db->query("SET NAMES 'utf8'");
return $db;