-1

Possible Duplicate:
PHP function to generate v4 UUID

May i know how or what is the simplest HTML/PHP codes to generate 5 alpha-numeric randomizer IDs? I have seen other question similar to what i was asking, but it is not what i have been looking for.

Community
  • 1
  • 1
Amazinglykai
  • 95
  • 1
  • 11
  • 2
    [What have you tried](http://whathaveyoutried.com/)? You *may* know, but so far I can't say for sure. – ghoti Oct 10 '12 at 03:34

1 Answers1

0

use the Uniqid function http://php.net/manual/en/function.uniqid.php

JJJ
  • 490
  • 4
  • 9