/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php function auto_copyright($year = 'auto'){ ?> <?php } ?> <?php auto_copyright(); // 2011?> <?php auto_copyright('2010'); // 2010 - 2011 ?>