Please help about some arrays
Posted: Sat Jul 11, 2009 5:20 am
So here what is the problem: I am using more arrays that I need for some project and there are
$counter[] , $busy[] , $avaible[]. The $counter[0] matches the $avaible[0] and so on...
I am checking in the $counter[] for the smallest count and then I write the $avaible[] to the $busy[] array.
Then I want to get rid of that $avaible[] value and not to be shown again or something, because it makes me troubles.
Please help me about this issue.
$counter[] , $busy[] , $avaible[]. The $counter[0] matches the $avaible[0] and so on...
I am checking in the $counter[] for the smallest count and then I write the $avaible[] to the $busy[] array.
Then I want to get rid of that $avaible[] value and not to be shown again or something, because it makes me troubles.
Please help me about this issue.