Jump to content

Textifile download


arturo322

Recommended Posts

Little help please?

 

1. I tried downloading a .txt file on mywebsite but it turned out to be viewing the text file, works on .doc files though

2. Can i have a string variable saved to a file to be downloaded in textfile (.csv)

 

algorith would be like this

csv_value = "1,2,3,4,5,6,7,8,9,0";

downloadlink(csv_value,file_name.csv);

 

 

PS. I used output_buffering = true on my php.ini so i have a little problem if your to suggest to use the header() function. unless there is another loophole. thanks in advance yours truly

 

Art =)

Link to comment
https://forums.phpfreaks.com/topic/232491-textifile-download/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.