Answer the question
In order to leave comments, you need to log in
How to change array indexing?
I get data from the database using PDO PHP in this form:
but this form does not suit me, since the task is: to sort through all key = value pairs, without knowing the names of the keys,
I need to get the data like this:
[
["name" => "name", "value" => "Иван"],
["name" => "surname", "value" => "Ургант"],
]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question