Re: dynamic copyright in page footer?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



David Mehler wrote:
Hello,

I am trying to use php to put a copyright notice in a page footer. I'm
using the date function with the "Y" value for the year. Here's the
code:

<?php
echo date ('Y');
?>

echo implode(",", range(2011,date("Y")));

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux