I currently have a large string constructed that represents an RTF file. I can echo the string to the screen, copy it and save the text as an rtf. When I open it the RTF displays fine.
What I want to do is have that string automatically get sent to the user when the access the page with the string.
I can always write a file on the server and have it get downloaded then create a cron job to clean up old RTFs every so often BUT I wanted to know if anyone has a better idea. Let me know if you can think of one.
What I want to do is have that string automatically get sent to the user when the access the page with the string.
I can always write a file on the server and have it get downloaded then create a cron job to clean up old RTFs every so often BUT I wanted to know if anyone has a better idea. Let me know if you can think of one.