I need to write a script that will display a certain image/text depending on what day of the week, and what time of day it is currently.
i.e. If Monday between 10am - 2pm display image 'X' and text 'blahblahblah'
I need this for 7 different variables.
Now I'm really not asking for anyone to write the script for me (I'm not that kind of noob lol), but if someone could point me in the right direction as to which functions to use (I'm pretty comfortable using date("l") for weekday and date("H") for the hour) to match the images/text to the time/date I would greatly appreciate it.
Thanks much in advance!
~Rick