[Plugin: dbview] PHP snippet to a list of record in multidimensional array
-
Hi John,
Thank you for your effort in developed such a great plugin.
We find your plugin very useful, but we are facing problem when try to filter some data from a multidimensional array where we believe these data are unserialized data.We have a column named ‘Data’ with the following multidimensional array as its record:
Array
(
[Griffin] => Array
(
[0] => Peter
[1] => Lois
[2] => Megan
)
[Quagmire] => Array
(
[0] => Glenn
)
[Brown] => Array
(
[0] => Cleveland
[1] => Loretta
[2] => Junior
)
)We want to show a set of value where the element in the sub-array is 2.
Kindly assist.
Thank you.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: dbview] PHP snippet to a list of record in multidimensional array’ is closed to new replies.