PHP - How to generate unique ID
PHP has a function uniqid() for generating unique ID
It should be noted that uniqid() does not GUARANTEED unique strings, just strings that are highly probably unique – in the same way that MD5 doesn’t produce a guaranteed unique hash for a given string.
page revision: 1, last edited: 29 Apr 2010 07:18





