|
Posted by kenoli on 12/17/06 16:59
Thanks, that function works perfectly.
I wonder if anyone has a more elegant way of doing what I am trying to
do. My approach seems pretty brute force.
--Kenoli
larry@portcommodore.com wrote:
> would
> array_intersect($array1,$array2,$array3)
> work?
>
> Look up array_intersect on php.net to get more insight on variatons,
> refinements
> http://us2.php.net/manual/en/function.array-intersect.php
>
> FYI - Programming PHP (O'Reiley) does a great job of covering array
> functions as well as most other PHP functions.
Navigation:
[Reply to this message]
|