Hi Denis,

Tuesday, October 25, 2005, 10:01:48 AM, you wrote:

> I am in a need of GUID generator but it seems that PHP doesn't have
> this as a built-in feature.

uniqid() ?

Bearing in mind of course that no unique ID generator can ever be 100%
unique unless it keeps a record of previously generated IDs. So you
may wish to add this check.

Cheers,

Rich
-- 
Zend Certified Engineer
http://www.launchcode.co.uk

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to