show records current date plus 10 days
I currently use this and update the code weekly to show the upcoming eventseventdate <= '2021-04-26' AND enddate >= CURDATE()
I would like to show events that occur today and then next days, something like
curdate ()'+ 10' AND enddate >= CURDATE()
to reflect the current date plus the next 10 days.
Thank you!