I'm using the David Walsh PHP calendar script and need to format my date arguments like this:
draw_calendar(7,2009);
I want to get today's Month and Year as well as the next month and the month after that (so current month, plus one, plus one). How can I call the function three times in succession to generate these three calendars only knowing today's Month and Year?
-Brandon