[PHP-DB] remove from db renumbering

2002-06-30 Thread Chris Payne
Hi there everyone, I have my id field auto incrementing (Of course) and I have a utility that allows me to remove items from it, the problem is when I remove something the items after it keep their ID’s leaving a gap in the ID. For example, say I have 1-10 in the ID field and I remove number 8,

Re: [PHP-DB] remove from db renumbering

2002-06-30 Thread Raquel Rice
On Sun, 30 Jun 2002 20:21:18 -0400 Chris Payne Chris Payne [EMAIL PROTECTED] wrote: Hi there everyone, I have my id field auto incrementing (Of course) and I have a utility that allows me to remove items from it, the problem is when I remove something the items after it keep their ID’s