mojito Posted April 3, 2007 Share Posted April 3, 2007 Were having trouble reading the xml tree inside php, in the documentation it should have been posted and with sendAndLoad vars the key is the corresponding object name in flash. So for the flash xml we have.. xmlOUT.sendAndLoad(this.path, xmlRTN); but in php echo $_POST['xmlOUT']; doesnt work. were pulling our hair out. SO any help is greatly appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/45415-flash-sending-xml-tree-to-php-cant-read-it-in-php/ Share on other sites More sharing options...
monk.e.boy Posted April 3, 2007 Share Posted April 3, 2007 try echo print_r( $_POST ); if this isn't showing anything, then it looks like flash isn't POSTing the variables correctly. monk.e.boy Quote Link to comment https://forums.phpfreaks.com/topic/45415-flash-sending-xml-tree-to-php-cant-read-it-in-php/#findComment-220506 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.