Skip to content


Dynamic Copyright Footers

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: 8% [?]

Posted in PHP, Snippets.


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.