Jump to content

Flex Objects to PHP Objects


bluejay002

Recommended Posts

Hey there,

 

Am working on a report (PDF) where some data are sent from a Flex App using POST. The problem is that when using POST and sending Object to it, once received by PHP, it ony receives [object Object] but no content nor structure at all - I used print_r() to view its structure.

 

Did I miss something? Do I need to serialize it before receiving? I was thinking of using JSON as my other option but if possible, I want to receive it as an Object. Help is very much appreciated. :)

 

Also, if you have other suggestions, please tell me, maybe it is even more feasible. :)

Link to comment
https://forums.phpfreaks.com/topic/121505-flex-objects-to-php-objects/
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.