Hey guys, thanks for taking the time to read this.
I've coded PHP for quite a while however it's been roughly 2 years now since i've really and truly had to use these skills. I'm in the preliminary stages of writing a quick script that counts a number of days from a certain date. The calendar script i'm actually working with is one from Sam's teach yourself PHP in 24 hours: http://www.deadlysinx.net/FREE/CALENDAR/calendar.php
Source: http://www.deadlysinx.net/FREE/CALENDAR/calendar.phps.txt
Essentially, the calendar script is complete. Let's say today's date is October 5th, 2012 and I want to know the date 45 days away from today. How can I add 45 days to $thisDay and make it show the proper date? I've tried a number of things w/no success yet. Then again i'm just really getting started and wishing I would have kept up w/PHP over the years!
I'm not looking for someone to do the coding for me just point me in the right direction and I'd appreciate the help!
Thanks,
D.S.X