Affiliate Marketing
Forum Search

Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)  
Old 07-08-06
scifind's Avatar
thin[box]king
 
Join Date: Aug 2003
Location: Cambridge
Posts: 1,844
Thanks: 8
Thanked 4 Times in 4 Posts
scifind is an unknown quantity at this point
  Nested Arrays PHP

I have a nested array - ie:



PHP Code:
Array
(
    [
searchResultSet] => Array
        (

            [
mainResults] => Array
                (
                    [
searchResultItem] => Array
                        (
                            [
0] => Array
                                (
                                    [
products] => Array
                                        (
                                            [
product] => Array
                                                (
                                                    [
0] => Array
                                                        (
                                                            [
thumbnailUrl] => http://IMAGE
                                                            
[itemUrl] => http://URL 
What is the easiest way to call the thumbnail URL in this example.
I tried
PHP Code:
print ("<b>".$data['searchResultSet']['searchResultItem'][0]['products']['product'][0]['thumbnailUrl']."</b>"); 
But it is obviously not that easy.

Cheers
__________________
Earn an average of £45 per sale. | New Star Trek Trailer | Looking for Mobile Phone Link Swaps
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-08-06
eskimo's Avatar
Registered User
 
Join Date: Aug 2003
Posts: 659
Thanks: 0
Thanked 0 Times in 0 Posts
eskimo is an unknown quantity at this point
Haven't you missed out [mainResults] from your print code?
ie.
['searchResultSet']['mainResults']['searchResultItem'][
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-08-06
Registered User
 
Join Date: Mar 2004
Location: Reading, UK
Posts: 301
Thanks: 0
Thanked 0 Times in 0 Posts
dmorison is an unknown quantity at this point
Hi,

Looking at your code I think you need:

PHP Code:
print ("<b>".$data['searchResultSet']['mainResults']['searchResultItem'][0]['products']['product'][0]['thumbnailUrl']."</b>"); 
I think you just missed out mainResults from your version...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-08-06
scifind's Avatar
thin[box]king
 
Join Date: Aug 2003
Location: Cambridge
Posts: 1,844
Thanks: 8
Thanked 4 Times in 4 Posts
scifind is an unknown quantity at this point
Thank you, this works now
__________________
Earn an average of £45 per sale. | New Star Trek Trailer | Looking for Mobile Phone Link Swaps
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Internal PHP Processing Error (#99911) Donk Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing 1 20-02-06 05:50 PM
php form arrays eskimo Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing 3 02-10-05 05:10 AM
Anyone anygood with xml, php, mysql and Affiliate Window AnnonnyMouse The Affiliate Marketing Lounge 1 23-09-04 11:00 AM
PHP - No input file specified. - Problem Barry Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing 1 02-08-04 10:57 AM
PHP or Browser Timeout? Barry Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing 6 28-04-04 01:04 PM


Affiliate Marketing RSS Feeds - Contact Us - Affiliate Marketing - Archive - Privacy Statement - Top

Content Relevant URLs by vBSEO 3.2.0 RC7