Drupal CCK Autonumber Field
In a Drupal site you may have a content type that needs an auto number to be generated that auto increments on each new node of that type.
To do this install the computed field module
http://drupal.org/project/computed_field
Then create a new field of the type computed field and add the code from the following URL
http://drupal.org/node/313110

