Hi,
I have file.html which is basically a php script full of forms, tables etc. I want to allow users to save the file in txt format on their hard drives. I've figured out the download part, it's the php->text part that's the problem.
Do I have to re-generate the file as a text file, or what?
PS: I have searched !