Hi,
my first array
[php]
Array
(
[0] => 1
[1] => 9
)
[/php]
and second array is
[php]
Array
(
[0] => 1,2,3,4,5,6,7,8,9
[1] => 1,2,3,4,8,9
[2] => 3,4,5,6,7,8,9
)
[/php]
how do i fetch only those entries from second array which are having 1 and 9 in Comma separated values