Files
Chateau-deau/high/database.php
Le Stagiaire 0cfc5938bd first commit
2024-11-08 15:31:00 +01:00

3 lines
59 B
PHP

<?php
$db = new PDO("mysql:host=localhost", "root", "");
?>