Hello,
I’m quite new with PHP, but have some experience with other coding languages.
I’m trying to set up a very simple PHP calendar that pulls a value (person’s name) out of an XML file, and assigns it to a specific date.
Something that is bothering me is: how do I make sure that when the actual date changes, the names aren’t shifted? I want “John” to stay on “October 5th” even when today is September 25th, or October 1st, if that makes sense.
I’m really having issues getting started, since I’m not familiar with much PHP. Hopefully one of you can point me in the right direction on how to get started, here.
Thanks!