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

[PHP] Adjusting Indexed Field After Deleting Entry

2003-01-25 Thread Guru Geek
Hello, Here is one of my smaller PHP projects. I'm trying to finish it before I move on to my CMS project. http://www.g-i-w-s.com/linker_admin.php The script does nothing more then manage links. It lists an indexed number of the link, a url, a text description and a delete option. Here's my q