Posted by spam on 07/12/06 15:13
Hi Sonnich, just
$blah = array();
Sonnich wrote:
> 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]
|