I have an error which I have not been able to solve, it gives the expected results but at the end I get an error.
This is my code:
<?php
require('datos.php');
$conexion=mysqli_connect($db_host,$db_usuario,$db_contra,$db_nombre);
if($c...
asked by
09.08.2018 / 00:25