Welcome

Welcome to the Forums, Blogs, Wikis discussion boards. If you're new here please take a moment to register for an account. If you're already a member here, welcome back. Please login to join in.

Forums, Blogs, Wikis » Coding

Quickly update copyright year

Tags:

  1. At the end of the year we always forget to update the copyright notice on our websites. Now, it's arguable how important the date is but here's a quick little snippet of PHP code that will always keep you up-to-date. Just replace "2000" with whatever the first year you need is.

    <p>Content &copy;2000-<?php echo date('Y'); ?></p>

    Ryan
    Posted 2 years ago #
  2. estrahon
    Member

    Thanks for that code. This would be great for clients sites that I don't update.

    Posted 2 years ago #
  3. It's great for those sites that you put up and tend to forget about as well.

    Posted 2 years ago #

RSS feed for this topic

Reply

You must log in to post.