poppertom69 Posted September 4, 2008 Share Posted September 4, 2008 Hi all, I got this json decode return from google and i need help getting the translatedText text out in php. stdClass Object ( [responseData] => stdClass Object ( [translatedText] => Hola mundo ) [responseDetails] => [responseStatus] => 200 ) I want it to be $text = 'Hola mundo' but not sure how to do this. Thanks! Tom Link to comment https://forums.phpfreaks.com/topic/122750-help-with-decoding-json/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.