I have a radio station site done in PHP, as mentioned at Displaying strtotime() effectively in MySQL/PHP query.
It's working now (new code at http://pastebin.com/TyB2v18R), but only one issue needs to be done:
(this is how I think it should render at certain times of the day).
My schedule has shows at the following times:
01:00
06:00
08:00
12:00
16:00
19:00
22:00
What should I do to get it to highlight it at these specific times in this script? Is ifelse the solution?
Thank you for your help, learning a lot and getting it working too!