Re: VAR_DUMP INTO PHP VARIABLES

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




If you have the response in a variable, $response:

$responseCode = $response[return]['responsecode'];
$responseMessage = $response[return]['responseMessage'];
$transactionID = $response[return]['transactionID'];

This isn't really the right list to ask this question - nothing to do with databases!

  Toby


On 6/19/2014 1:40 AM, Oriole Computing wrote:
dear List,

we have the following var_dump output from a soap response

array(1) {
   ["return"]=>
   array(3) {
     ["responseCode"]=>
     string(1) "3"
     ["responseMessage"]=>
     string(39) "Duplicate RequestID, Transaction failed"
     ["transactionID"]=>
     string(21) "104454061823201453721"
   }
}


could you advise us how we can get responseCode, responseMessage and
transactionID into individual php variables?

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux