The foreach loop and the initial var statement for 'result = $ wpdb → ...' should be the result.
$sql = "SELECT * FROM wp_reminders WHERE reminder LIKE '$today'";
$results = $wpdb->get_results($sql) or die(mysql_error());
foreach( $results as $result ) {
echo $result->name;
}
, get_results(), : ( - )
foreach ( $ofTheMassiveList as $aSingleResult ) {
echo $aSingleResult->name;
}