Blog

Copyright Date in PHP

I came across a site where, every year, the copyright date in the footer had to be manually updated on every page! With PHP, the following snippet of code can be used so that the date automatically gets updated each year: Copyright <? echo date(" ...

Read full post »