Justin H
2011-10-03 12:11:33 UTC
For example, I start with:
fruit[1] = apple
fruit[2] = orange
fruit[3] = banana
color[1] = red
color[2] = orange
color[3] = yellow
I want to renumber the indexes so I get the following
fruit[1] = apple
fruit[2] = banana
fruit[3] = orange
color[1] = red
color[2] = yellow
color[3] = orange