Yep like veedoo. However, be aware that this is case sensitive:
'One' and 'one' will not match.
If you want a case-insensitive match, you need to use something like array_map and choose a suitable function like strtolower or mb_strtolower (for UTF-8 compliance). DO this for each array and then do array_intersect.
diafol
Rhod Gilbert Fan (ardav)
7,796 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080