Hi,

Tuesday, October 1, 2002, 1:02:46 PM, you wrote:
PO> Notice: Use of undefined constant year - assumed 'year' in
PO> c:\apache\htdocs\jotr\includes\globalFooter.php on line 3

PO> <?php
PO> $year = getdate();
PO> $print_year = $year[year];
?>>

PO> Is this not valid code?



No
It should be
           $print_year = $year['year']
-- 
regards,
Tom


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

Reply via email to