06-04-2024

This commit is contained in:
2024-04-06 11:55:24 +02:00
parent f7c5cf7d47
commit 3d22f9c5d8
550 changed files with 27249 additions and 2537 deletions

View File

@@ -0,0 +1,7 @@
<?php
//database_connection.php
$connect = new PDO("mysql:host=localhost; dbname=testing", "root", "sncfp1p2");
?>