Hi,

This is my input data

stdClass Object
(
    [Description] =>  WINT-2941
    [Priority] => High
    [Name] =>  WINT-2941
    [Requester] => 1
    [ItemCrawlList] => Array
        (
            [0] => stdClass Object
                (
                    [itemuid] => 4a303c676c7c48d9778f2276dcdf5555da3025ad
                    [itemurl] => http://www.abc.com/R-174772
                    [id] => 36
                )

            [1] => stdClass Object
                (
                    [itemuid] => 2b47b34055f7adbb028c9a48c9ce35984a6d188f
                    [itemurl] => http://www.abc.com/R-141910
                    [id] => 36
                )

            [2] => stdClass Object
                (
                    [itemuid] => 2b47b34055f7adbb028c9a48c9ce35984a6d188f
                    [itemurl] => http://www.abc.com/R-191146
                    [id] => 36
                )

        )

)

i am using this code.

$checkins = new StdClass();
echo $checkins->ItemCrawlList;

i want to find itemurl and id. how to find it.
How to find it?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.