Jump to content

Recommended Posts

Posted

Can anyone help me out on how to create a unique id similar to the ones that youtube uses e.g. qas27wHba4w in php, ive searched google but havent found anything

 

 

Thanks

Jack

Posted
Can anyone help me out on how to create a unique id similar to the ones that youtube uses e.g. qas27wHba4w in php

 

What you want is a unique identifier rather than just a randomly generated password - i.e. not only should your ID be random, it should be unique (because you don't want two objects identified with the same ID string):

 

[ame=http://en.wikipedia.org/wiki/UUID]Universally Unique Identifier - Wikipedia, the free encyclopedia[/ame]

 

--

David Hicks

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...