I have this code in my daily booking table where i want to get all the dates and only display the all the daily bookings SELECT * FROM booking WHERE DATE(datee) = DATE(NOW
SELECT * FROM booking WHERE DATE(datee) = DATE(NOW