Update shortcode values using ajax call
The problem here is how PHP works. Once the server is done processing the GET request for a page, everything related to that request (i.e. values stored in global variables) is cleared and are lost. What you need to is to keep track of, one way or the other, the month index in the front … Read more