Re: [Flashcoders] Sample PHP script for handling XML from Flash

2006-06-22 Thread matt stuehler
All, I don't know if anyone's following this thread or would find this useful, but thanks to the pointers I received from Jim, I've been able to cobble together a few PHP scripts that do what I need them to. If anyone wants to see them, send me an email to let me know. I can't promise that they'

Re: [Flashcoders] Sample PHP script for handling XML from Flash

2006-06-22 Thread Chris Allen
On 6/21/06, matt stuehler <[EMAIL PROTECTED]> wrote: However, with most of our work, we develop an RIA for a client, who handles the back-end themselves. So, we develop our apps so that they send and receive XML, which means the client can use whatever they want in the backend: asp, asp.net, web

RE: [Flashcoders] Sample PHP script for handling XML from Flash

2006-06-21 Thread Merrill, Jason
>>However, with most of our work, we develop an RIA for a client, who >>handles the back-end themselves. So, we develop our apps so that they >>send and receive XML, which means the client can use whatever they >>want in the backend: asp, asp.net, webservices, php, whatever... In the little experi

Re: [Flashcoders] Sample PHP script for handling XML from Flash

2006-06-21 Thread matt stuehler
PROTECTED] On Behalf Of matt > stuehler > Sent: Wednesday, June 21, 2006 2:34 PM > To: Flashcoders mailing list > Subject: [Flashcoders] Sample PHP script for handling XML from Flash > > All, > > This may be more than I should ask for, but I'm looking for a sample or two > of

Re: [Flashcoders] Sample PHP script for handling XML from Flash

2006-06-21 Thread Mike Boutin
quickly. -Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of matt stuehler Sent: Wednesday, June 21, 2006 2:34 PM To: Flashcoders mailing list Subject: [Flashcoders] Sample PHP script for handling XML from Flash All, This may be more than I should

RE: [Flashcoders] Sample PHP script for handling XML from Flash

2006-06-21 Thread Jim Robson
2:34 PM To: Flashcoders mailing list Subject: [Flashcoders] Sample PHP script for handling XML from Flash All, This may be more than I should ask for, but I'm looking for a sample or two of PHP that can do the following: - Receive an XML doc from Flash - Extract certain nodevalues and attr

[Flashcoders] Sample PHP script for handling XML from Flash

2006-06-21 Thread matt stuehler
All, This may be more than I should ask for, but I'm looking for a sample or two of PHP that can do the following: - Receive an XML doc from Flash - Extract certain nodevalues and attribute values - Create and SQL query that stores those values in a MySQL database and vice versa: - Retrieve a