SELECT *,date_format(DateStart, '%d.%m.%Y') AS Tag FROM newspress WHERE MONTH(DateStart)= AND YEAR(DateStart)=2026 AND DateStart<=CURDATE() ORDER BY DateStart ASCYou have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND YEAR(DateStart)=2026 AND DateStart<=CURDATE() ORDER BY DateStart ASC' at line 1