1
Copyright &copy; 2007<?php echo (intval(date('Y')) > 2007) ? date(' - Y') : ''; ?> - All Rights Reserved - Design by scott2010_h

PHP On Copyright Year

by scott2010_h, October 10, 2007 04:12 Star_fullStar_fullStar_fullStar_full

@ Lokycss there was an extr...

B05a78cd33eb6b85c70d7f88d042d813 Talk
1
2
3
4
<?php
$time = time ();
$year= date("Y",$time);
...

PHP Copyright Year

by scott2010_h, October 08, 2007 03:31, 16 refactorings

Could anyone make this smal...

B05a78cd33eb6b85c70d7f88d042d813 Talk