[flexcoders] Possible to send object to POST data?

2007-05-23 Thread TCash21
Hi all, Is it possible to pass an object (i.e. Graph) to a PHP script in a POST? and then store it in a database? Would I have to use HTTPService, URLRequest? I've only passed xml and string data, I was hoping I could send a whole object to be used later on in my application, rather than

Re: {Disarmed} [flexcoders] Possible to send object to POST data?

2007-05-23 Thread Jurgen Beck
You might want to check out WebORB for PHP at http://www.themidnightcoders.com. http://themidnightcoders.com/weborb/php/remoteobjectandphp.htm Jurgen TCash21 wrote: Hi all, Is it possible to pass an object (i.e. Graph) to a PHP script in a POST? and then store it in a database? Would I have

Re: {Disarmed} [flexcoders] Possible to send object to POST data?

2007-05-23 Thread TCash21
--- In flexcoders@yahoogroups.com, Jurgen Beck [EMAIL PROTECTED] wrote: You might want to check out WebORB for PHP at http://www.themidnightcoders.com. http://themidnightcoders.com/weborb/php/remoteobjectandphp.htm Jurgen TCash21 wrote: Hi all, Is it possible to pass an object

Re: {Disarmed} [flexcoders] Possible to send object to POST data?

2007-05-23 Thread TCash21
--- In flexcoders@yahoogroups.com, Jurgen Beck [EMAIL PROTECTED] wrote: You might want to check out WebORB for PHP at http://www.themidnightcoders.com. http://themidnightcoders.com/weborb/php/remoteobjectandphp.htm Jurgen TCash21 wrote: Hi all, Is it possible to pass an object

Re: {Disarmed} Re: {Disarmed} [flexcoders] Possible to send object to POST data?

2007-05-23 Thread Jurgen Beck
AMFPHP allows you to do RPC with objects too. Last thing I've heard and seen is that AMFPHP is changing hands. You'd need to monitor traffic to see what the future holds for it. WebORB is extremely solid and Mark and Harris at Midnight Coders are great in keeping up with adding new features

{Disarmed} Re: {Disarmed} [flexcoders] Possible to send object to POST data?

2007-05-23 Thread TCash21
--- In flexcoders@yahoogroups.com, Jurgen Beck [EMAIL PROTECTED] wrote: AMFPHP allows you to do RPC with objects too. Last thing I've heard and seen is that AMFPHP is changing hands. You'd need to monitor traffic to see what the future holds for it. WebORB is extremely solid and Mark and

Re: {Disarmed} Re: {Disarmed} [flexcoders] Possible to send object to POST data?

2007-05-23 Thread Jurgen Beck
No, neither AMFPHP nor WebORB require FDS, well, at least not the server technology. You have to set up the Flex project as an FDS project type and you may need to make sure that the FDS SDK is installed on your development box. However, the rest is handled by the server components