Page 1 of 1

how to intersect value this array?

Posted: Wed Sep 13, 2006 4:22 am
by destiny_cores
i have an array

$a=Array ( [learning] => 5:7:8:9 [institution] => 5:7 )

how to intersect value between [learning] and [institution]?

thanks for your answer

Posted: Wed Sep 13, 2006 4:50 am
by volka
array_intersect?

What's the actual structure of the array? Your notation is a bit ...confusing. Colud you please post the var_export($a)?