Is there a way to redirect to a page that doesn't exit?
Posted by Mark C on 10/01/27 11:24
I admit the subject is a bit of an oxymoron. Here is what I want to do:
I want to build a CSV file in a variable and then redirect the browser to
the contents of the variable so the user can download the "file" or open it
in Excel. I don't want to create a real file so I can avoid cleaning up
files after they are used.
Is there a way to do this? I'm using Php on Linux.