*

Recent

Author Topic: Dynamic Copyright Script  (Read 3703 times)

Trasion

  • Guest
Dynamic Copyright Script
« on: July 21, 2009, 03:12:59 PM »
Code: [Select]
<?php echo "Copyright YOURNAMEHERE &copy; 2008-".date('Y'); ?>[/code

This will change the year every year, so it'll say 2008-2009 now. Next year it'll automatically change to 2008-2010. This is recommended for scripts being sold like this, so not every person using it needs to change it (I mean for the freearcadescript itself)