I have a system from which to get the current day schedule and the next schedule, see:
Togetthescheduleforthecurrentday,Ididthis:
//DataAgenda=NOW()mysqli_query($this-conexao,"SELECT * FROM agenda WHERE DATE(DataAgenda) = CURDATE()");
And the next event, how can I get it?