RE: [PHP] Creating a unique index ID

2006-03-13 Thread Tim A. Yarbrough
-Original Message- From: Jochem Maas [mailto:[EMAIL PROTECTED] Sent: Monday, March 13, 2006 9:50 AM To: Jeff Cc: [EMAIL PROTECTED]; php-general@lists.php.net Subject: Re: [PHP] Creating a unique index ID Jeff wrote: >>-Original Message- >>From: Jared Williams [mailto:[EMAIL PROT

RE: [PHP] Creating a unique index ID

2006-03-13 Thread Tim A. Yarbrough
Using the auto_increment_offset will take care of this problem. Because say server A can be configured to use odd numbers and server B can be configured to use even numbers. You can also set this up in a more complex fashion for the offsets if your running more then 2 servers. -Original Mess