I'm trying to integrate Flash with PHP, and basically what it does is sends XML to a PHP page in the header (like a POST).
Is there something I was supposed to do during installation that would allow PHP to accept XML data? Can it be done after installation?
The flash file is definately posting OK - I tested it by sending it to an ASP script instead, and the ASP script can write out the XML fine.
Antun