This is my array
Array
(
[0] => Array
(
[0] => SC1MTTCS6J1WK
)
[1] => Array
(
[0] => SC1MTTCSHJ1WK
)
)
But when I try to implode them using
$in_text = implode(",", $myArray3);
I can't get the value instead I got this:
Array,Array
Please assist thank you.