$query = 'SELECT * FROM `eventi` WHERE date_format(data, '%Y%m%d')>date_format(NOW(), '%Y%m%d') order by data LIMIT 0, 30 ';

ciao