What about uniqid()?
Something you can try:
PHP Code:
$code = md5(uniqid(rand(), true));
What about uniqid()?
Something you can try:
PHP Code:
$code = md5(uniqid(rand(), true));
@Crazy
That is a good idea, since it's alphanumeric, but if you ever wanted to expand the function to include other characters it would be more work.
Bookmarks