File "conexion.php.bak"
Full Path: C:/wamp64/www/FT_PRODUCTOS/conexion.php.bak
File size: 150 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
$host = "localhost";
$user ="SANMARINO";
$pw ="sanmarino2021*";
$bd = "dotacion";
$conexion = mysqli_connect($host, $user, $pw, $bd);
?>