RE: [PHP] Adjusting Indexed Field After Deleting Entry

2003-01-27 Thread John W. Holmes
> > I originally had a link #1, #2, and #3. I obviously deleted them. > > I was wondering if there is a way to use PHP/MySQL to get the indexed > numbers to re-assign so that the first link > you see is always #1 the second link you see is always #2 and so on? Keep your own count variable when yo

RE: [PHP] Adjusting Indexed Field After Deleting Entry

2003-01-27 Thread Jon Haworth
Hi, > I originally had a link #1, #2, and #3. I obviously deleted them. > I was wondering if there is a way to use PHP/MySQL to get the > indexed numbers to re-assign so that the first link you see is > always #1 the second link you see is always #2 and so on? (apologies for previous incomplet

RE: [PHP] Adjusting Indexed Field After Deleting Entry

2003-01-27 Thread Jon Haworth
Hi, > I originally had a link #1, #2, and #3. I obviously deleted them. > I was wondering if there is a way to use PHP/MySQL to get the indexed numbers to re-assign so that the first link you see is always #1 the second link you see is always #2 and so on? Thanks in advance, Roger PS The orig