Posted by Stefan Rybacki on 10/03/05 12:29
Sentinel wrote:
> I have an array (that is filled from mysql) first its count is 6 and it
> has 6 items in it, second time its count is 6 but there are only 3
> items in it... why does count() return 6 both times?
>
> how do i empty/clear the array?
>
clear an array like this $array=array();
Well it would help to see some of your source code that shows the behaviour above.
Regards
Stefan
[Back to original message]
|