Tag Archives: date

Dynamically Update Copyright Year with PHP

Here’s a little php code snip­pet to make sure the copy­right year in your site footer is always up to date:   Copyright — <?php echo date(“Y”) ?>   Now this will auto update your page with the cur­rent year