Hi,
I'm using an array over and over again in a while loop. The problem is, when I add to the array every time the while iterates, the previous values of the array are still existant.
So my question: How can you erase all the contents of an array? Is there a function like bzero in php (similar to C, where you can set an array to null)?
thanks for the help,
-sridhar