cosi'?
mi da' errore...ma non capisco perchè!Codice PHP:
SELECT id, m, d, y, title, text, evento, partecipanti.username, presente, hash, GROUP_CONCAT (lname) FROM calendar_mssgs, partecipanti, calendar_users WHERE presente=1 AND id=evento AND partecipanti.username=hash GROUP BY evento ORDER BY concat_ws('-',y,lpad(m,2,0),lpad(d,2,0)) ASC