Answer the question
In order to leave comments, you need to log in
The text received from VKontakte (VK API) is not displayed on the site, what should I do?
The essence of the story is this, I have a php script on the main page of the index.php site of the form:
include_once("php/Utils.php");
$params = [
'owner_id' => -123456789,
'count' => 1,
];
$answer = new Utils;
$news = $answer->request('wall.get', $params);
$text = $news['response']['items'][0]["text"];
echo "<h1>текст - ".$text."</h1>";
<h1>текст - </h1>
<h1>текст - полученный текст статьи</h1>
Answer the question
In order to leave comments, you need to log in
When will VK ban requests without ???
Related question: add v to requests, equal to 5.62
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question