|  | Posted by MS on 11/18/06 18:59 
>>   for ($year=2006; $year>=1945; $year--) {
 >
 
 The above will work fine as you have found, but if you hard code the Years
 then next year, and subsequent years, you will need to change your code to
 allow for year 2007, 2008 etc...
 
 You may find this helpful
 
 for ($year=date('Y'); $year>=(date('Y')-100); $year--) {
 
 this will list the previous 100 years !!
 
 MS
 ----
 Join MyClubWeb.co.uk - The Home of Club Websites and Medium to Small
 Businesses.
  Navigation: [Reply to this message] |