Jump to content

getting a certain part of an array


ukscotth

Recommended Posts

Hi all,

 

I have the following :

 

print_r($fqlResult);

 

Which gives the following result :

 

Array ( [0] => Array ( [src_big] => http://a5.sphotos.ak.fbcdn.net/hphotos-ak-ash4/299117_2121699756933_1079004376_2442101_3103384_n.jpg ) ) 

 

I want to grab just the image url from it and store it in a seperate variable.

 

Any ideas how I can do this plzzz ?

 

Thanks in advance,

 

Scott.

Link to comment
https://forums.phpfreaks.com/topic/250743-getting-a-certain-part-of-an-array/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.