I'm trying to send and XML document from a flash movie to a PHP script for processing. Can this be done with just PHP or do I need addional software? Any help please.
Are you saying the Flash movie will *POST* XML data (as in from a html form? If not, how will it send the data to PHP? (I like this idea, though, please tell me more...)
If XML data can be sent to PHP in a POST operation, or as a file upload, then there should be no reason PHP can't parse it. You might need to recompile PHP with XML support, though.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.