mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in...
y si saco en ORDER todo funciona bien. No se que estoy haciendo mal?
Código PHP:
$cons = "SELECT * FROM notas inner join moneda on moneda.id = notas.moneda ORDER BY id DESC";
$resul = mysqli_query($enlace,$cons);
while ($fila = mysqli_fetch_array($resul)){...