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
how to intersect value this array?
Moderator: General Moderators
-
destiny_cores
- Forum Newbie
- Posts: 8
- Joined: Fri Mar 17, 2006 9:05 am
array_intersect?
What's the actual structure of the array? Your notation is a bit ...confusing. Colud you please post the var_export($a)?
What's the actual structure of the array? Your notation is a bit ...confusing. Colud you please post the var_export($a)?