Please help about some arrays

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
SIZIK
Forum Newbie
Posts: 2
Joined: Sat Jul 11, 2009 5:15 am

Please help about some arrays

Post by SIZIK »

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.
koen.h
Forum Contributor
Posts: 268
Joined: Sat May 03, 2008 8:43 am

Re: Please help about some arrays

Post by koen.h »

I don't understand your question. Can you provide an example workflow?
SIZIK
Forum Newbie
Posts: 2
Joined: Sat Jul 11, 2009 5:15 am

Re: Please help about some arrays

Post by SIZIK »

Thanks that helped :)
Post Reply