drupalfun.com
How to make a unique ID and auto increment it on form submission.
Submitted by dejamuse on Thu, 03/19/2009 - 08:32
Status:
Open Question:
I need to generate a unique ID number for a form submission, auto incremented. At first it didn't seem to be that difficult, but reading various stuff on the net tells me perhaps it's more complicated than I thought. See my post (dejamuse) and links to other articles and posts, here:
http://drupal.org/node/313110#comment-1370740
Does anyone have any thoughts on this?
....Jeff
- Login to post comments


1. Hi, When I read unique
Hi,
When I read unique number... I immediately think about the "sequences" table. But I have not looked into this further.