Posted by Sonnich on 07/12/06 14:45
Hi!
How do I clear an array, I mean how do I free up all items in array, so
it becomes empty?
I have an array which I reuse in a loop, and need to have it emptied
when starting.
I fill it like this $blah[ _some_var_from_some_db ]="whatever";
BR
Sonnich
[Back to original message]
|