/ Published in: PHP
Very simple snippet to include if you want to auto update the year in a page copyright using PHP.
Expand |
Embed | Plain Text
Comments
Subscribe to comments
You need to login to post a comment.
1man on 03/02/09
7 people have marked this snippet as a favorite
dsntos
kurokikaze
rezzz
jitendraweb
silentbob84
patrickcole
catrinho
Very simple snippet to include if you want to auto update the year in a page copyright using PHP.
Subscribe to comments
You need to login to post a comment.
echo date('Y');