I need to pass a string of XML from Macromedia Director to a php script that will write it to a file on the server. I have the director part done, and the writing a string to the server part done, but the string that comes out of director has double quotes (") and XML close tags </something> that it doesn't like. is there any way i can pass a variable and have it just take it as a chunk and write it to the file, kindof like CDATA in XML? thanks