I am retrieving values from my Database, and doing a var_dump to the $ result variable throws me the following error.
E: \ wamp64 \ www \ evasion \ ajaxResume.php: 18: boolean false
Could you help me find the error, I leave you the syntax of the query that I wrote:
$query = "SELECT DISTINCT * FROM medicion WHERE ppu = '".$ppu."' sentido = '".$sentido."'";
$resultados = mysqli_query($enlace, $query);