Originally posted by Roger Ramjet
Yes it is. Have a look at the PDF functions , there is an example on the main page for creating a pdf in memory and outputting it to the client.
Thanks, I was afraid someone would use a similar example. 🙂
My fault, sould have been more specific.
Forget about PDF and third party libraries (can't use them: I do not have access to the server configs or php.ini). The only thing I can do is to make a directory writable. 🙁
How about CSV?
I am trying to figure out how to generate a file on the fly without having to delete it afterwards from the server. Also the file needs to have a csv extension so it's not like ("Please save this file with a .csv extension").
Any ideas?