On 3/22/07, Roman Neuhauser <neuhauser@xxxxxxxxxx> wrote:
# turnermm02@xxxxxxx / 2007-03-21 21:03:35 -0500: > Mark wrote: > >ccspencer@xxxxxxxxxxxx wrote: > > > >>Hello, > >> > >>I want to add a random unique ID to a Mysql table. Collisions > >>are unlikely but possible so to handle those cases I'd like to > >>regenerate the random ID until there is no collision and only > >>then add my row. Any suggestions for a newbie as to the right > >>way to go about doing this? > >> > >>Best, > >> > >>Craig > >. > > > >I suggest looking into a GUID sort of thing, it is all coded for you and it > >works just like you want. > > If you are running Linux, you can get this using: > $GUID = exec("uuidgen"); http://www.ossp.org/pkg/lib/uuid
Note that this doesn't gonna work when safe mode is on..!
-- How many Vietnam vets does it take to screw in a light bulb? You don't know, man. You don't KNOW. Cause you weren't THERE. http://bash.org/?255991 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php