botiga_php/parameters.php

4 lines
78 B
PHP

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