Doctoral Level CEUs for courses not expired

Implemented: Add date filter to retrieve and display only courses that are not expired Content from database:Retrieve courses from table “fbu_extcal_courses“ Example SQL:Update the existing SQL to ‘enddate‘ > today (courses that are not expired)  $fbu_extcal_query = ” SELECT * FROM fbu_extcal_courses WHERE programs LIKE ‘%500%’ AND display = ‘Y’ AND language LIKE ‘%$language_nm%’ AND … Read more