I have multidimensional array like this:
Array
(
[0] => Array
(
[id] => 10184
[meta_tags] => tag1,tag2
)
)
How do i search by keyword (example, tag1) in an array.
Thank u.
|
|
|||
|
|
|
I think you have to use a recursive function since arrays don't have the same dimensions. Please, refer to that post that features a recursive function really useful. |
|||
|
|