= 12) { $NextMonth = 1; $NextYear = $thisYear+1; }else{ $NextMonth = $thisMonth + 1; $NextYear = $thisYear; } $PreviousPage = "M=".$PreviousMonth."&Y=".$PrevYear; $NextPage = "M=".$NextMonth."&Y=".$NextYear; $chkPage = $NextMonth.".".$NextYear; $PchkPage = ($PreviousMonth).".".$PrevYear; ?>