connection

This commit is contained in:
Logshiro
2025-10-10 11:15:38 +02:00
parent ef0b0bda5d
commit ef4da347f8
17 changed files with 93 additions and 2 deletions

View File

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