I can't figure something out. I am trying to:
Simply stated, I have loaded an XML doc. Changed it within Flash. I then want to update the XML doc on the server. Then reload the XML back into Flash.
I have one main .xml document - "StudentXML.xml" (This is the file I want to overwrite with new info - it is also the file I read from with the application begins.)
And one main .php document - "index.php" (sorry for my crappy naming standards..)
Here is the PHP code I found (hoping it would do what I wanted) located in "index.php":
<?php
$filename = "StudentXML.xml";
$raw