Jump to content

seran129

New Members
  • Posts

    1
  • Joined

  • Last visited

seran129's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I call a web service and it retuens the values in the following format $response = $client->submitRequest($requestParams); Which returns stdClass Object( [return] => stdClass Object ( [result_code] => 0 [result_data] => City[0]=Chicago [message_text] => )) what I want is just the value for [result_data] => City[0]=Chicago assigned to a variable Psedo Code $city = [result_data] => City[0]=Chicago; so that $city = Chicago;
×
×
  • 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.