News Feed
Jobs Feed
Sections




News Archive
Arul Pradad's Blog:
Saving XML from Flash, using PHP
June 21, 2006 @ 18:39:53

On Arul Pradad's blog today, there's a quick post talking about a simple way to save the XML coming from a Flash file with PHP.

I was trying to create a XML file on the server, using PHP. The XML string was being sent from Flash, by adding the same as a property to a LoadVars obj. ( Since I had to send few other data items as well - other than the XML string, I couldn't use Flash's XML.sendAndLoad method.

He shows the code that was giving him troubles and traces the path he took to discover the ultimate problem with the XML - the quotes in the file were being escaped, resulting in PHP's inability to parse it correctly. A simple call to stripslashes solved that, and the app works just fine.

0 comments voice your opinion now!
save xml flash parse stripslashes save xml flash parse stripslashes


blog comments powered by Disqus

Similar Posts

ParanoidFerret.com: Using Flex, PHP, and JSON to Modify a MySQL Database

Davey Shafik\'s Blog: php|tek Days 0 & 1

Danne Lundqvist's Blog: Getting to grips with an existing XML structure

Christian Weiske's Blog: Importing huge XML files using PHP5 - efficiently and conveniently

M. Norway\'s Blog: Podcast player in Flash! PHP Script to Convert RSS to XSPF


Community Events











Don't see your event here?
Let us know!


opinion development series testing podcast code conference example framework database interview api functional language release zendframework2 composer introduction community object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework