Answer the question
In order to leave comments, you need to log in
How to save multidimensional array?
How to save an array of this kind?
[6] => Array
(
[ID] => 15
[ORDER_ID] => 6
[DATE_INSERT] => 2015-10-29 11:40:31
[products] => Array
(
[0] => Array
(
[ORDER_ID] => 6
[NAME] => Нижнее белье Белая Свобода
[QUANTITY] => 1.0000
[PRICE] => 1259.1000
)
[1] => Array
(
[ORDER_ID] => 6
[NAME] => Платье Весенняя Легкость
[QUANTITY] => 1.0000
[PRICE] => 2999.0000
)
)
)
Answer the question
In order to leave comments, you need to log in
Can't save an array of links to products?
That is something like this:
{
id: 15,
order_id: 6,
products: [id1, id2, ..., idN]
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question