Re: [PHP] Creating a unique index ID

2006-03-15 Thread Burhan
tedd wrote: Hey all, I've got a project where I'm taking form information from the user and writing records to several tables in a MySQL database. The problem I'm having is I need to write a unique number for the ID column of the records. Auto increment won't work because I could have

[PHP] Creating a unique index ID

2006-03-13 Thread Jeff
Hey all, I've got a project where I'm taking form information from the user and writing records to several tables in a MySQL database. The problem I'm having is I need to write a unique number for the ID column of the records. Auto increment won't work because I could have conflicts due to

RE: [PHP] Creating a unique index ID

2006-03-13 Thread Jim Moseby
I've got a project where I'm taking form information from the user and writing records to several tables in a MySQL database. The problem I'm having is I need to write a unique number for the ID column of the records. Auto increment won't work because I could have conflicts due to

RE: [PHP] Creating a unique index ID

2006-03-13 Thread Jared Williams
Hey all, I've got a project where I'm taking form information from the user and writing records to several tables in a MySQL database. The problem I'm having is I need to write a unique number for the ID column of the records. Auto increment won't work because I could have

RE: [PHP] Creating a unique index ID

2006-03-13 Thread Jeff
-Original Message- From: Jared Williams [mailto:[EMAIL PROTECTED] Sent: Monday, March 13, 2006 10:16 To: 'Jeff'; php-general@lists.php.net Subject: RE: [PHP] Creating a unique index ID Hey all, I've got a project where I'm taking form information from the user

Re: [PHP] Creating a unique index ID

2006-03-13 Thread Jochem Maas
Jeff wrote: -Original Message- From: Jared Williams [mailto:[EMAIL PROTECTED] Sent: Monday, March 13, 2006 10:16 To: 'Jeff'; php-general@lists.php.net Subject: RE: [PHP] Creating a unique index ID Hey all, I've got a project where I'm taking form information from the user

RE: [PHP] Creating a unique index ID

2006-03-13 Thread Tim A. Yarbrough
Message- From: Jeff [mailto:[EMAIL PROTECTED] Sent: Monday, March 13, 2006 9:41 AM To: [EMAIL PROTECTED]; php-general@lists.php.net Subject: RE: [PHP] Creating a unique index ID -Original Message- From: Jared Williams [mailto:[EMAIL PROTECTED] Sent: Monday, March 13, 2006 10:16

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

Re: [PHP] Creating a unique index ID

2006-03-13 Thread tedd
Hey all, I've got a project where I'm taking form information from the user and writing records to several tables in a MySQL database. The problem I'm having is I need to write a unique number for the ID column of the records. Auto increment won't work because I could have conflicts due to