botiga_php/parameters.php

4 lines
79 B
PHP

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