Jump to content

plz help with json decoded object.


ShivaGupta

Recommended Posts

$m=json_decode($html);
print_r($m);
stdClass Object ( [requestGuid] => [orderId] => [statusCode] => SUCCESS [statusMessage] => SUCCESS [response] => stdClass Object ( [amount] => 100 [currencyCode] => INR [status] => 1 [message] => ACTIVE [ownerGuid] => 7898980 [walletType] => USER [ssoId] => 9op09 [txnPinRequired] => [otpPinRequired] => ) [metadata] => ) 

this is json decoded object   and want to get property of  amount .plz help me

Link to comment
https://forums.phpfreaks.com/topic/292881-plz-help-with-json-decoded-object/
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.