Hello there:
i need to make a script that will create a file with a specific name and contents, both of which are stored in seperate strings. When the script is executed, the file will be created in a specific directory on the server, downloaded to a user's hard drive, then deleted from the server.
I can take care of the downloading part, i just need the code that will create and then delete the file.
Thanks in advance!