botiga_php/parameters.php
2021-12-14 17:19:28 +01:00

4 lines
79 B
PHP

<?php
$con = new mysqli('localhost','admin','admin','botiga_php_db');
?>