création_projet

This commit is contained in:
Logshiro
2025-10-10 09:02:47 +02:00
commit ef0b0bda5d
19 changed files with 589 additions and 0 deletions

3
utils_inc/inc_pdo.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
$pdo = new PDO('mysql:host=mysqlsrv;dbname=contribC', "contribA_root", "123abc");