Quote:
Originally Posted by munki
PHP Code:
<?php
$time = time () ;
//Current Time
$year= date("Y",$time) . "<br>";
//Display Year
echo "Copyright 2002 - " . $year;
//Edit 2002 to be your first year of production
?>
You are welcome everyone...
|
Lol, nice one...

__________________
I'm just a newbie.
|