Dynamic Copyright Footers

by damonp on January 9, 2006

Its a pain to change the copyright footer every year. I use a PHP snippet to make it dynamic if possible.

<?php
echo 'Copyright 1999 - ' . date('Y');
?>

Popularity: 2% [?]

Leave a Comment

Previous post:

Next post: