2009 this year, 2010 next year.
+11
A:
Look at the functions date() and strtotime():
echo date('Y');
echo date('Y', strtotime('+1 year'));
MathieuK
2009-08-31 06:06:52