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