<?php
$wall = file_get_contents("
api.vk.com/method/wall.get?v=5.3&filter=others&dom...");
$wall = json_decode($wall);
$wall = $wall->response->items;
for ($i = 0; $i < count($wall); $i++) {
echo "
".($i + 1).".
".$wall[$i]->text."".date("Y-m-d H:i:s", $wall[$i]->date)."";
foreach ($wall as $keys) {
print_r($keys);// $keys ;
}
}
?>
может кто подскажет?как вывести фотографии