How to Find Tomorrow, Next Month, or Next Year using PHP
I found an interesting new way to find a future or past day, month, or year using PHP. It is much easier than using a timestamp and mktime() to calculate a new date. Since this method was so easy I thought I would share it with all 3 fans of my blog. How this method [...]

