Jump to content

Object problem


glenelkins

Recommended Posts

Hi

 

if i use this code:

 

echo '<pre>';
print_r ( $advertisers->advertisers->advertiser[0]);
echo '</pre>';

 

the output is as follows:

 

SimpleXMLElement Object

(

    [advertiser-id] => 149938

    [account-status] => Active

    [seven-day-epc] => 5.99

    [three-month-epc] => 7.97

    [language] => en

    [advertiser-name] => MisterArt.com

    [program-url] => http://www.misterart.com

    [relationship-status] => joined

    [network-rank] => 3

    [primary-category] => SimpleXMLElement Object

        (

            [parent] => Art/Photo/Music

            [child] => Art

        )

 

    [performance-incentives] => false

    [actions] => SimpleXMLElement Object

        (

            [action] => SimpleXMLElement Object

                (

                    [name] => Sale

                    [type] => sale

                    [id] => 294

                    [commission] => SimpleXMLElement Object

                        (

                            [default] => 7.00%

                        )

 

                )

 

        )

 

    [link-types] => SimpleXMLElement Object

        (

            [link-type] => Array

                (

                    [0] => Banner

                    [1] => Text Link

                    [2] => Advanced Link

                )

 

        )

 

)

 

Cool!!!

 

But now if i try:

 

echo $advertisers->advertisers->advertiser[0]->advertiser-id;

 

it keeps showing 0 when clearly it should be 149938  ... any ideas on this one?

Link to comment
https://forums.phpfreaks.com/topic/205256-object-problem/
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.