Dale Hersh <mailto:dalehersh@hotmail.com>
on Thursday, July 24, 2003 12:41 PM said:
> Lets pretend I have this array called myStuff. If I add two elements
> to myStuff and call the count function, I will get a result of 2. My
> question is how do I re-initialize the array after adding elements so
> when I call the count function on the array, I get a result of 0.
unset($myStuff);