Re: [PHP] Re: Muti-Dimensional Array Help Please

2004-10-07 Thread Matt M.
>$max = ($max >= count($ips) ? $max : count($ips)); if ($max >= count($ips)) { $max = $max; } else { $max = count($ips); } -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Muti-Dimensional Array Help Please

2004-10-07 Thread M. Sokolewicz
Nick Wilson wrote: * and then M. Sokolewicz declared However, if it does matter, then I suggest a different way. This would Yes, it does matter, a *lot* ;-) I have to hit each machine in order, choosing an IP from that machine and using it do 'do_stuff()' order them by their 2nd index, not t

Re: [PHP] Re: Muti-Dimensional Array Help Please

2004-10-07 Thread Nick Wilson
* and then M. Sokolewicz declared > However, if it does matter, then I suggest a different way. This would Yes, it does matter, a *lot* ;-) I have to hit each machine in order, choosing an IP from that machine and using it do 'do_stuff()' > order them by their 2nd index, not the first (mean