[eluser]Unknown[/eluser]
I'm having problems figuring out how to make everything work with an app I've built and am porting to CodeIgniter.
Flash sends the xml data to the server and before the I read the data in via
Code:
file_read_contents('php://input') ;
It appears that this is the only way that php will read in the sendAndLoad xml data but, I'm getting a "Disallowed Key Characters" error from CI.
I've confirmed that if I comment it out in the Library/Input.php file the error goes away but I don't believe that I want that as a solution.
Any suggestions? I'm not putting anything special in the XML file.