Answer the question
In order to leave comments, you need to log in
How to do a search by VK groups?
<?php
$search_get = file_get_contents('https://api.vk.com/method/groups.search?q=Music&offset=3&count=2&access_token='.$token.'&sort=0&fields=id,name,photo_200&v='.$v);
$search = json_decode($search_get, true);
$result = $search['response'][0];
echo $result['id'];
?>
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