S
S
Space2016-12-24 06:21:18
PHP
Space, 2016-12-24 06:21:18

How to add an array to an array?

You need to add array('2000'=>'1') array to another array.
If you do this:
$myArr[$key] = $value, then it doesn't work, because I have the same keys.
How to do it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene Volf, 2016-12-24
@Wolfnsex

Like this:
either like this ...or like this ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question