© 2009 - Dynamic Footer Date


/ Published in: PHP
Save to your folder(s)

Here is a simple method for displaying footer copyright year. This way at the end of the year you are not updating footers for the first 3 weeks in January :)


Copy this code and paste it in your HTML
  1. <p>&copy;<?php echo date("Y"); ?> All rights reserved</p>

URL: http://www.thatgrafix.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.