Hi
I am uploading an encrypted file to my server, fread - ing and decrypting it into a string and I now need to be able to save this decrypted string into an XML file saved on the server ready for parsing.
How would the last part of this process be achieved - i.e. take the contents of the variable which stores my decrypted string and save it as a file?
Many Thanks for reading.