Hi - is there a way to extract the date from your PC to display it on the pages as the current year for a copyright notice.
I normally use the following for non-actinic sites but my understanding is that actinic perl scripts will not process PHP code.
I normally use the following for non-actinic sites but my understanding is that actinic perl scripts will not process PHP code.
Copyright © 'Company Name' 2003 - <?php echo date("Y"); // displays the current year ?>. All rights reserved.
Comment