Copyright Updated


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

Starting from here: http://snipplr.com/view/2534/update-copyright-date-in-php/ I made one that is a little more sussinct (sp?)


Copy this code and paste it in your HTML
  1. <p>Copyright &#169;
  2. <?php echo ($startYear == date('Y'))? (2005) : (2005.' &#045; '.date('Y'))?> SeanJA </p>

URL: http://seanja.com/blog

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.