How to generate a list of posts published on current day?

Use query_posts

$day = date('j');
query_posts( "day=$day&order=ASC" );

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)