<?php $host = "localhost"; $user ="SANMARINO"; $pw ="sanmarino2021*"; $bd = "ft_avi"; $conexion = mysqli_connect($host, $user, $pw, $bd); ?>