I wanted it to display data where the date is equal to or ahead of today... currently, it shows stuff where the date is ahead of today... nothing for today, and I specifically make sure that there is data in the table with today's date!
Query is below:
$sqlquery = "SELECT id, diwtitle, date_string FROM diw_alpha WHERE date_string >= CURDATE() ORDER BY date_string";