save files

This commit is contained in:
enzo
2025-10-16 15:01:10 +02:00
parent db5014d66d
commit 5fb2afa6d3
8 changed files with 171 additions and 0 deletions

6
php pdo.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
$connexion = new PDO(
'mysql:host=localhost; dbname=nomBDD',
'nom_utilisateur',
'mot_passe');
?>