Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- echo"<center>";
- //echo '<pre>';
- //print_r($data);
- foreach ($data['response'] as $key => $value) {
- if (isset($value['attachment']) && $value['attachment']['type'] === 'photo') {
- echo("<img width='100' src='" . $value['attachment']['photo']['src'] . "'><br>");
- }
- }
- for($i=0; $i < 200; $i++) {
- echo("<br><p>".$data['response'][$i]['text']."</p>");
- }
- echo"</center>";
Advertisement
Add Comment
Please, Sign In to add comment