Hello,
I have a json feed which shows me this when I use print_r :
stdClass Object ( [contributors] => [geo] => [coordinates] => [favorited] => [place] => [user] => stdClass Object ( [profile_text_color] => 666666 [protected] => [profile_image_url_https] => https://si0.twimg.com/profile_images/1405042017/eu_normal.jpg [is_translator] => [profile_sidebar_fill_color] => 252429 [url] => http://www.radupopescu.ro [name] => Radu Popescu [follow_request_sent] => [statuses_count] => 5773 [profile_background_tile] => [friends_count] => 54 [followers_count] => 306 [default_profile] => [lang] => en [utc_offset] => 7200 [description] => Web programmer, traveler, dog lover, living the dream. . [contributors_enabled] => [profile_link_color] => 2FC2EF [created_at] => Sun Sep 28 07:32:41 +0000 2008 [profile_sidebar_border_color] => 181A1E [listed_count] => 10 [favourites_count] => 39 [verified] => [notifications] => [profile_use_background_image] => 1 [following] => 1 [profile_background_image_url_https] => https://si0.twimg.com/profile_background_images/270614945/twitter.jpg [time_zone] => Bucharest [profile_background_color] => 1A1B1F [profile_background_image_url] => http://a2.twimg.com/profile_background_images/270614945/twitter.jpg [profile_image_url] => http://a1.twimg.com/profile_images/1405042017/eu_normal.jpg [id] => 16496309 [id_str] => 16496309 [default_profile_image] => [show_all_inline_media] => [geo_enabled] => 1 [location] => Cluj-Napoca [screen_name] => radhoo ) [in_reply_to_screen_name] => radhoo [created_at] => Wed Sep 28 04:51:22 +0000 2011 [in_reply_to_status_id] => [retweeted] => [in_reply_to_status_id_str] => [truncated] => [source] => web [in_reply_to_user_id] => 16496309 [id] => 1.1891064790701E+17 [in_reply_to_user_id_str] => 16496309 [id_str] => 118910647907008512 [retweet_count] => 0 [text] => Happy birthday to me RT @TwBirthday @radhoo Happy 3rd TwBirthday! You've been around since 28 September 2008! twbirthday.com/radhoo/ )
Can you tell me how to echo the "text" value near the end ? I tried a lot of things, but no luck.
Thanks.