Answer the question
In order to leave comments, you need to log in
Why isn't it displaying a value?
Good evening everyone) There was a problem with the withdrawal. I have a two dimensional php array with data
$new = [
'0' => [
'header_title' => 'супер текст',
'number' => '24324234242'
]
];
require_once("language.php");
$lang = 0;
$drill = array_values($new)[$lang];
echo "Заголовок: ".$drill->header_title;
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