Answer the question
In order to leave comments, you need to log in
How to output $data->tags instagram.class.php array?
Can you tell me how to output an array?
I use instagram.class.php
$data->tags
Массив, содержащий все теги данного изображения.
foreach ($media->data as $data)
{
echo '<li><img id="uicon" src="'. $data->user->profile_picture . '" height=30 width=30>'.$data->user->username.''.gmdate("Y-m-d H:i", $data->created_time).'<img src="'.$data->images->low_resolution->url.'">Данные из массива должны встать сюда</li>';
}
echo '</ul>';
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