4 lines
93 B
PHP
4 lines
93 B
PHP
<?php
|
|
|
|
$pdo = new PDO('mysql:host=mysqlsrv;dbname=contribC', "contribA_root", "123abc");
|