Hi - I'm trying to have the copyright date update automatically with the current year.
PHP code date(’Y');
triedand few other combos but i'm just guessing.Code:<?php echo date(’Y'); ?>
Any ideas?
Glenn
Hi - I'm trying to have the copyright date update automatically with the current year.
PHP code date(’Y');
triedand few other combos but i'm just guessing.Code:<?php echo date(’Y'); ?>
Any ideas?
Glenn
Use <%php%> content <%/php%>
FSGDAG | IndexU Hosting | Owner
Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
Follow Us On Twitter | FaceBook Profile | YouTube Videos
Thanks.. Ran into problems with a dodgy quotes around the Y but got there in the end.
Code:<%php%> echo date('Y');<%/php%>