connection mit dem DB hergestellt
parent
1b840b07d6
commit
66ab4929f4
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?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){
|
if(!$db_link){
|
||||||
die("<p>Verbindung nicht hergestellt</p>");
|
die("<p>Verbindung nicht hergestellt</p>");
|
||||||
|
|
1915
registrierung.php
1915
registrierung.php
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue