PDA

View Full Version : to PHP or not to PHP?


headred
12-15-2002, 07:52 PM
Confused, bewildered and in desperate need of help.

I have created a Flash app that allows the user to build a simple XML file, which is displayed in a dynamic textbox. The whole XML file is stored in a variable called fullXML.

I need to export the XML in the dynamic text box as an actual XML file.

Is PHP the answer?

Someone advised me that it is, but I know very little about it. Is there a simple solution to this problem

MixMatch
12-15-2002, 11:53 PM
Welcome to FlashMove. It would be easy to do, yes...

Here is a whole list of filesystem functions included in php...
http://www.php.net/manual/en/ref.filesystem.php

give it a go and come back if you have more questions ;)