I assume you want $nowdate to be a string. String concatenation in PHP uses a period character to join strings. This **should** work:
$nowdate = date('Y') . "-" . (date('Y') + 1);
Reputation Points: 395
Solved Threads: 192
Veteran Poster
Offline 1,136 posts
since Aug 2007