This is what you're really after - quoting the index

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


-----Original Message-----
From: Pablo Oliva [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 01, 2002 1:03 PM
To: [EMAIL PROTECTED]
Subject: [PHP] error notice - valid code


Notice: Use of undefined constant year - assumed 'year' in
c:\apache\htdocs\jotr\includes\globalFooter.php on line 3

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

Is this not valid code?


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

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

Reply via email to