Skip to main content
pearl_jan
Participating Frequently
January 2, 2011
Answered

Automatically generate unique key

  • January 2, 2011
  • 1 reply
  • 513 views

I am currently working on a registration form. A user needs to enter his e-mailaddress and some other data. At the same time, when the form is loading, I would like a unique key to be generated. A key that looks like example as follows: afg1csd6df4. Or whatever many numbers and letters. This key would be added as the value of a hidden field to a form. Can this be accomplished using PHP?

This topic has been closed for replies.
Correct answer

Try this, see if it helps.

http://cookbooks.adobe.com/post_Registration_system_that_requires_the_user_to_vali-16646.html

Gary

1 reply

Correct answer
January 2, 2011

Try this, see if it helps.

http://cookbooks.adobe.com/post_Registration_system_that_requires_the_user_to_vali-16646.html

Gary