Jim, Mike, Many thanks for your responses! I'm going to look into both resources right away.
Mike - a question about amfphp... With some of our projects, we build the RIA and host it ourselves, which means we're responsible for both the front- and back-ends. So, I could use something like amfphp. 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... Is this a valid position? E.g., if we used amfphp, are we then limiting our flexibility on the back-end? Cheers, Matt On 6/21/06, Mike Boutin <[EMAIL PROTECTED]> wrote:
You may also want to look into amfphp and Flash Remoting as it greatly simplifies this approach. http://amfphp.org/ Mike Boutin Jim Robson wrote: > Matt: > http://php.net/ has tutorials and a comprehensive manual. If you have > experience with ASP, then you should be able learn the basics of PHP > 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 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 record from a MySQL database > - create an XML doc containing the record's values > - send that XML doc to Flash > > I've done this many times before with ASP and SQLserver or Access (so I'm > familiar with the Actionscript and SQL), but I've never used PHP or MySQL > before. > > I'm hoping that with a working sample, I can modify it to the specifics of > my project. > > I'd be very grateful for any sample code, helpful advice, or useful links. > > Cheers, > Matt Stuehler > _______________________________________________ > [email protected] > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training http://www.figleaf.com > http://training.figleaf.com > > _______________________________________________ > [email protected] > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com > http://training.figleaf.com > > > _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
_______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

