snip > > I'd shorten it up even more: > > <? > $daysinyear = 365 + date("L", strtotime("jan 1 " . $year)); > ?> Thanks works perfect. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
snip > > I'd shorten it up even more: > > <? > $daysinyear = 365 + date("L", strtotime("jan 1 " . $year)); > ?> Thanks works perfect. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php