i have an Array , How can get the value of this array
Array
(
[0] => Array
(
[0] => raj
[1] => 1234
[2] => gov
)
[1] => Array
(
[0] => some
[1] => 1234
[2] => prv
)
[2] => Array
(
[0] => lal
[1] => 234
[2] => prv
)
)
i want the value like this type: raj, 1234, gov
This is one way to output it, and the result should be: