bluejay002 Posted August 27, 2008 Share Posted August 27, 2008 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 More sharing options...
bluejay002 Posted August 27, 2008 Author Share Posted August 27, 2008 up! I am pretty much accepting suggestions on how to do this... not even the web is telling what I need. Link to comment https://forums.phpfreaks.com/topic/121505-flex-objects-to-php-objects/#findComment-626727 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.