V
V
voloskov972015-08-20 01:02:15
Arrays
voloskov97, 2015-08-20 01:02:15

How to set url?

Hello guys how to solve, I know that through foreach , but I don’t know how there is an array

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

How to make an array look like
[0] => Array(
   [сезоны] => 1 Сезон
   [серии] => Array(
      [0] => /video/сезон/1/серия/1/ # это ссылка
      [1] => /video/сезон/1/серия/2/ # это ссылка
      [2] => /video/сезон/1/серия/3/ # это ссылка
   )
)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question