connection mit dem DB hergestellt

master
GhadaA98 2023-05-27 17:42:56 +02:00
parent 1b840b07d6
commit 66ab4929f4
2 changed files with 1928 additions and 13 deletions

View File

@ -1,5 +1,5 @@
<?php
$db_link = mysqli_connect('localhost', 'root', '', 'bibliothek');
$db_link = mysqli_connect('141.19.142.11', 'web_b-3', 'een7Ao6s', 'bibliothek_candle');
if(!$db_link){
die("<p>Verbindung nicht hergestellt</p>");

File diff suppressed because it is too large Load Diff