V
V
voloskov972015-08-20 00:09:46
Arrays
voloskov97, 2015-08-20 00:09:46

How to add an array?

Hello everyone, tell me how to connect arrays, that is, there is

[0] => Array (
   [кино] => 1
)
[1] => Array (
   [сериалы] => Array (
      [0] => 1
      [1] => 2
      [2] => 3
   )
)

And you need it like this
[0] => Array(
   [кино] => 1
   [сериалы] => Array(
      [0] => 1
      [1] => 2
      [2] => 3
   )
)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Александр Таратин, 2015-08-20
@voloskov97

https://secure.php.net/manual/ru/function.array-me...

V
voloskov97, 2015-08-20
@voloskov97 Автор вопроса

Спс))) решил!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question