Answer the question
In order to leave comments, you need to log in
How to display information about a book from an array?
$array = array("authors" => array("[email protected]" => array("ФИО" => "Иванов Иван Иванович",
"BIRTHDAY" => "10.06.1950"
),
array("[email protected]" => array("ФИО" => "Александров Александр Александрович",
"BIRTHDAY" => "01.01.1970"),
),
array("[email protected]" => array("ФИО" => "Дмитриев Дмитрий Дмитриевич",
"BIRTHDAY" => "05.07.1977"),
),
),
"books" => array("NAME" => "Война и мир",
"EMAIL" => "[email protected]"),
array("NAME" => "Зелёная миля",
"EMAIL" => "[email protected]"),
array("NAME" => "Путешествие к центру земли",
"EMAIL" => "[email protected]"),
);
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