I’m trying to design a script that shows specific content on a weekly basis. For example
Monday: Content A
Tuesday: Content B
Wednesday: Content C
Thursday: Content D
Friday: Content E
Saturday: Content F
Sunday: Content G
Aside from that I need to ensure that using the server time, instead of changing at Midnight (like it normally would if time was not a factor), that it changes once the server time hits 02:30:00AM. I have attempted to do this myself, several times but ended up scrapping all of my code because of errors, or because it was not working properly. So I’m basically starting from scratch. If someone can show me how to do one day, I can do the rest of it, I just can’t figure out why I’m not able to make it change after a certain time.
Help would be greatly appreciate as I’ve been working on this since last week and I’ve still not gotten anywhere, and posts from other websites have just further confused me.