Dynamic Copyright Footers

by damonp on January 9, 2006

in PHP,Snippets

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: 1%

Most Popular Posts

Damon Parker is a freelance sysadmin and web developer in Texas. He specializes in server setup, server security and high performance server configurations. Need help setting up a web server or getting a server back online after a crash or hack? Email Damon

Leave a Comment

Previous post:

Next post: