5 lines
98 B
PHP
5 lines
98 B
PHP
<?php
|
|
|
|
$pdo = new PDO('mysql:dbname=kursverwaltung;host=localhost', 'root', 'Feuerwehr1!')
|
|
|
|
?>
|