I build this php-mysql to get results.
I have a column named startdate. Now I want to getAllRecords where Date is now or in the future.
I have a solution with select * from... but this is not working with $db->getAllRecords
$userData =$db->getAllRecords('users','*',$condition,'ORDER BY DATE(datum)=DATE(NOW()) DESC');``` Thanks for your help!!!
1.4m articles
1.4m replys
5 comments
57.0k users