[EMAIL PROTECTED] wrote:
So basically all the data between Flash and SQL queries goes thru
temporary XML files correct?

not so much temporary as you convert the data to xml packets and transport in that format, you use the xml as a way of keeping the data structured and transportable (see SOAP, XML-RPC); think of flash as a client side program and you're php application as a webservice that the client app sends and recieves data from and you'll get on a lot better.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to