I\'m programming a script using PHP and MySQL and I want to get a unique id (consisting of a string: capitals and small letters with numbers) like: gHYtUUi5b.
gHYtUUi5b
You might also consider using crypt()* to generate a [nearly-guaranteed] unique ID inside your contraints.
crypt()