Jump to content

Web Service


cpaoletto

Recommended Posts

I'm getting the following result from a web service call.  I'd like to pass it to another page, possibly using sessions, and then access specific values on that page, such as FirstName.

 

stdClass Object ( [GetProspectAsJSONResult] => [ { "ProspectId": xxxxxx, "Keycode": "Test", "FirstName": "Test", "LastName": "Test", "Company": "Test","Email": null } ] )

 

I'm not sure what the best way to do this is.

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/290735-web-service/
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.