-4
I have an array, and with the var_dump she returns it:
array (size=2)
0 =>
array (size=2)
'id' => int 18
'name' => string 'Drama' (length=5)
1 =>
array (size=2)
'id' => int 10765
'name' => string 'Sci-Fi & Fantasy' (length=16)
In what way, can I take only the names from the list and separate them by commas? In this example, I wanted you to stay: Drama, Sci-Fi & Fantasy
Déjà vu: https://answall.com/q/318651/132
– Victor Stafusa
@Victorstafusa Oh my! O_O
– Sam