ID | NOMBRE | DIRECCION | NACIMIENTO | " . $registro["id"] . " | " ); echo("".$registro["nombre"] . " | " ); echo(" " . $direccion . " | " );
echo("".$registro["mail"] . " | " ); echo("".$registro["fecha_nac"] . " | " ); echo(""); } mysqli_free_result($sqldevolucion); //devuelvo recurso a memoria mysqli_close($conn); // cierro conexion } }else{ echo(mysqli_error($conn)); } ?>