diff --git a/Zadanie 19.04.2023/index.php b/Zadanie 19.04.2023/index.php new file mode 100644 index 0000000..9866303 --- /dev/null +++ b/Zadanie 19.04.2023/index.php @@ -0,0 +1,29 @@ + + + + + + + Połączenie z bazą + + +Połączono z bazą danych ' . $database . ' na serwerze ' . $servername . '
'; +echo 'Host info: ' . $mysqliProceduralConection->host_info . '
'; +echo 'MySQLi stat: ' . mysqli_stat($mysqliProceduralConection) . '

'; + + +mysqli_close($mysqliProceduralConection); +?> + + \ No newline at end of file