Source Code:
(back to article)
<?php //Get the current year with //PHP's date function. $year = date("Y"); echo $year; ?>
Result:
Report an issue