unset($array) is what I have been using, but it doesn't seem to be working for my array that was index with a string. Instead of allowing me to start at the beginning as if it was a brand new array, I have a bunch of empty elements (those from the first time the array was used), before the new data is displayed.
Any ideas?