good evening. ingore all other elements, I want get first image in each foreach. how to?
$data = json_decode($json,true);
foreach ($data['data'][0] as $image) {
echo '<img src="'.$image['images'][0]['source'][0].'" />';
}
json tree is too large, over the letters paste limit.
Oops! Your question couldn't be submitted because:
body is limited to 30000 characters; you entered 68494
so here is the url u can get the json tree https://graph.facebook.com/5550296508/photos
and u can paste in http://jsonlint.com/ look the struction well. Thanx.

limited 30000 characters) originates elsewhere. Explain what you are attempting to do with the html output. – mario Jun 3 '11 at 21:45data[0]foreach, all the_n.jpgend images. and ingore all the other elements. only the images. thanks. – fish man Jun 3 '11 at 21:53