Thanks moshu but i have no idea about how i can implement Taxonomy on my database petition ??
My database petition is this one:
$results = $wpdb->get_results("SELECT ID, post_title, post_date_gmt, post_date FROM $wpdb->posts WHERE post_status = 'publish' AND post_date >= '$today' ORDER BY post_date ASC LIMIT 10", ARRAY_N)
I only have to add on filter one AND more on WHERE, the filter that restrict the query to a one category name
Thank you again