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 conflict

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 repl

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 [m

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, 2

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 informati

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&

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 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 rep

[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 repli