select pv.id, pc.nome, pc.immagine from prodottiVarianti pv inner join prodottiColori pc on pc.id = pv.colore
where pv.prodotto = - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 2
Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in /home/fdeformediemozioni/public_html/lib/lib_sql.php on line 52
SELECT immagine, descrizione
FROM prodottiImmagini
WHERE prodotto =
ORDER BY id ASC - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'ORDER BY id ASC' at line 4
Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in /home/fdeformediemozioni/public_html/lib/lib_sql.php on line 52
select nome from categorie where id= - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1
Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in /home/fdeformediemozioni/public_html/lib/lib_sql.php on line 52