Creating a unique id on each different server using PHP.

Posted by text on Stack Overflow See other posts from Stack Overflow or by text
Published on 2010-04-29T03:19:38Z Indexed on 2010/04/29 3:27 UTC
Read the original article Hit count: 272

Filed under:

I am planning on creating my database table for users of an offline site that use as a kiosk.. Those kiosk are not connected on a network nor to each other, they have a separate webserver and database.. what Is the best thing that I can use to have these users on every kiosk to have their different unique id? I am planning using hash so that when we combine all the data's in every machine on single server we can accommodate each unique ids.

© Stack Overflow or respective owner

Related posts about php