quali risultati ti aspetti?
se scrivi SELECT * FROM articoli WHERE tipo LIKE '$cat' ORDER BY tipo ASC
non è come SELECT * FROM articoli WHERE tipo LIKE '%$cat%' ORDER BY tipo ASC
quali risultati ti aspetti?
se scrivi SELECT * FROM articoli WHERE tipo LIKE '$cat' ORDER BY tipo ASC
non è come SELECT * FROM articoli WHERE tipo LIKE '%$cat%' ORDER BY tipo ASC