Ok here’s what I have:
I have a script with a form, when filled in and submit is hit; it will link to another page that will generate a few md5 hashes and add a few words.
I have made it so that all the information generated is placed inside a black box.
Here’s what I need:
Is it possible to output it to a text file instead of a PHP page?
I need it so that when the submit button is hit, a download file pops up. (The text document, with output data in).
OR there is a download link on the same page as the output allowing the user to download the file.
If any of this doesn’t make sense let me know and ill see if I can explain it better.