Re: [PHP] RE: [Updated] Previous and Next Month and Year

2007-06-18 Thread Robert Cummings
On Mon, 2007-06-18 at 21:36 -0600, Keith Spiller wrote: > Hi Guys, > > RE: [Updated] Previous and Next Month and Year > > Here is part of my code: > > $month = 6; > // Current month value, but changes changes with next/prev links. > // Value used by a mini calendar script "phpcalendar"...

[PHP] RE: [Updated] Previous and Next Month and Year

2007-06-18 Thread Keith Spiller
Hi Guys, RE: [Updated] Previous and Next Month and Year Here is part of my code: $month = 6; // Current month value, but changes changes with next/prev links. // Value used by a mini calendar script "phpcalendar"... // Originally derived via: $month = date('n', time()); // And updated wi