'...
WHERE
(NOW() BETWEEN starting_time AND ending_time) AND order IS NOT NULL
ORDER BY
order'
so funktioniert es aber auch nicht...
starting_time und ending_time sind im Format DATETIME.
Und ja ich benutze mysqli...
'...
WHERE
(NOW() BETWEEN starting_time AND ending_time) AND order IS NOT NULL
ORDER BY
order'
so funktioniert es aber auch nicht...
starting_time und ending_time sind im Format DATETIME.
Und ja ich benutze mysqli...